This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Some questions about PCA10040 to nRF52810 program download

Hello,

I am testing the PCA10040 example project & modifying.

I was checked that the project works well in nRF52832 board.

Now, I want to download the project to nRF52810 board.(While program downloading, it makes some error.)

So, I looking at the below document and trying to following steps.

1) I copy the exist project(PCA10040) and changing the device

Project - Debugger - Target Device - nRF52832 to nRF52810

2) I am remove the exist NRF52 and NRF52832_XXAA and add NRF52810_XXAA in preprocessor tab.

3) I add the ROM_END=0x2FFFF and RAM_END=0x20005FFF in the Section Placement Macros tab.

4) Remove the file _startup_nrf52.s and system_nrf52.c and Add of the 52810 file (.c, .s).

This is the steps which represented in the document, and the error like below is occured.

Which I can check or modifying? or Am I omit something in setting or file?

Thank you for reading my questions.

Best Regards,

Yclee.

Related