Hello all!
I'm using a nRF52 DK, which has been already programmed with the soft device s212, since my interest is to be able to connect to sensors using ANT+.
My purpose is get the information from these sensors and send it via UART. For this, I use libraries provided in SDK version 16.0.0. the project is built correctly.
The problem comes when I try to flash de board. An error occurs, saying that the program is trying to be allocated in a part of the memory already used by the soft device.
What can I do to sort out this issue?
Thank you very much in advanced!!