Dear nordic,
I have application that developed using development kit pca10040 . I want to change it to supporting nRF52810. i follow the instruction the link :-
but its little bit confusing. MY ide is keil
- Open the example project for your IDE.
- In the project settings, change to device "NordicSemiconductor->nRF52810_xxaa".
- In the C/C++ preprocessor settings, remove the defines "NRF52" and "NRF52832_XXAA".
- Add the preprocessor define "NRF52810_XXAA".
- In the linker script settings, adjust the linker script to match the maximum RAM and flash size of nRF52810.
- ROM END: 0x2FFFF
- RAM END: 0x20005FFF
- Remove the following files from the project:
<compiler>_startup_nrf52.s
andsystem_nrf52.c
. - Add the following files to the project:
<compiler>_startup_nrf52810.s
andsystem_nrf52810.c
.
i changed the device to 810 .
In 3rd step preprosessor :-
where i change that
in 5 th step where i change the size of ROM and RAM
and also in last steps where i change that files . need some support