Hi,
related to a previous question I posted,
Now we have some problems with the bootloader again.
We can flash the application but then the board remains in bootloader mode, advertising as DfuTarg.
We also tried to perform a DFU with the same result.
It seams the bootloader doesn't validate the application. But how can we debug it? If we use the macro NRF_DEBUG_ENABLE the compiler returns a no_space error.
The only things we changed are:
- the SoftDevice requirements (from 0x98 to 0x9D) in the command used to generate the DFU packet;
- the macro NRF_SD_BLE_API_VERSION (from 4 to 5) in the keil option for target.
Is there any other change we have to do during migration?
Thanks a lot
Massimo