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

Parents Reply
  • Hello,

    before of all sorry for the long delay and thanks for the link i found out al lot of documentation that i never see!
    Thanks again.

    Can you suggest me the correct "define" to remove to avoid this behavior?
    Is this "CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y"?

    I need to set like this: CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=n

    I have to put this one in .overlay file inside child_image?

    Without 32khz is possibile make ota update?
    Best regards

Children
Related