NRF52833 QDAA bootloader and OTA

Hello All,

I have a very strange problem and i can not found any solution.

I have NRF52833DK and NRF52840DK where mi code is working perfectly.
Compiled with OTA is ok, compiled without ota is OK.

I have my custom device with NRF52833QDAAA Chip with this proble:
when my code is builded whitout OTA is working perfectly.

When i add this 2 line of code (for OTA and bootloader):
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y

My code stop working. I can not connect anymore my custom device with NRF Programmer, i need to restore the device with reset button, erase all and then I can program again my device. I can not undersand why.

I have same behavior when I use the default code of Peripheral HRS.

Someone can help me??

Thanks

Related