Good day
I'm trying to run the ANT IO demo using two nRF52840 DKs. In order to do that I am trying to migrate the example from softdevice s212 to s340. I am currently using Segger Embeded Studio and the SDK v16.0.0 on windows 7. In other similar questions I have seen that only two steps are needed in order to achieve that:
1. Set the user defined directories to the correct softdevice. I have changed the configuration as shown in the image.
2. Set the correct values to FLASH start and RAM start in the "set section placement macros". In this case I set them as suggested in this tutorial.
The solution can be compiled and uploaded to the boards, but there is no evidence that they are communicating.
I have not been able to get any output on the debug terminal to verify if there is any incorrect adjustments to the memory settings. I have already enabled NRF_LOG_BACKEND_RTT using CMSIS configurator yet there is still no output on the debug terminal.
I would like to know if there is any additional step that I have not taken into consideration for the debugger and the project to work correctly?
Thanks In advance,
Guillermo