Hi
I have nRF52832 twi_scanner sample program. how it use for nRF52810. what changes need to do?
Hi
I have nRF52832 twi_scanner sample program. how it use for nRF52810. what changes need to do?
Hi
Seeing as there are no SoftDevice in the twi_scanner example, you shouldn't have to do any changes. Keep in mind that the flash and RAM storage is bigger in the nRF52832, so the nRF52810 can't store as much data.
Best regards,
Simon
Hi
i need to adjust the linker script to match the maximum RAM and flash size of nRF52810 in the linker script setting in segger embedded studio for ARM 4.16.
using SDK 15.0.0
How to change it.
Hi
1. Open the project in SES.
2. Right click the Project folder and click Options...

3. Select Common configuration and click Linker, then double-click Section Placement Macros.

4. Now the Section Placement Macros window will open, and you can edit FLASH_START, FLASH_SIZE, RAM_START and RAM_SIZE to the exact values the SoftDevice suggests.
5. Click OK and confirm that the values have changed in the Section Placement Macros before pressing OK to confirm the changes in your options.
Best regards,
Simon