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

Converting sample project from nRF52832 to nRF52810

Hi,

Recently, I am trying to make a nRF52810 project to run the sample code based on nRF52832.

The application code size is used in nRF52832, Code=56840 RO-data=9600 RW-data=1576 ZI-data=15040.

I have follow the instruction as below picture.

And here comes the snipping image of my current setting:

Thus, I suppose I have follow the instruction. Or do I have any misunderstanding?

The error message are below:

linking...
.\_build\nrf52810_xxaa.axf: Error: L6200E: Symbol UARTE0_UART0_IRQHandler multiply defined (by nrfx_uarte.o and nrfx_uart.o).
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 2 information, 0 warning and 1 error messages.
".\_build\nrf52810_xxaa.axf" - 1 Error(s), 0 Warning(s).

BTW, I am not sure what is the size of "s112_nrf52_7.0.1_softdevice".

However, I suppose the space is enough because of the application size is about 57KB in nRF52832, and the nRF52810 total is 192 KB.

And how or where could I check the program RAM size?

Thanks.