This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Cannot jump from Bootloader to Application with custom board

In the case that I used custom board, I used bootloader_secure to OTA; but after OTA, the program doesn't jump to the application, even app nrf connect notify Sent Successfully and still work in DFU mode. 

But when used dev kit, with all the same software condition, it succeeded. After OTA, the program jumps to application and works as expected. 

So, is there any important note about hardware for OTA function? Any idea about my issue.

Parents
  • Hello,

    Have you tested the application without the bootloader on your custom PCB? Does it run as expected?

    Can you try the debug bootloader project foun in:

    SDK_X.Y.Z\examples\dfu\secure_bootloader\pca10040_ble_debug

    And monitor the logging on your custom PCB?

    What would you say are the main differences on the custom PCB and the DK? Do you have an external LFXTAL?

    Best regards,

    Edvin

Reply
  • Hello,

    Have you tested the application without the bootloader on your custom PCB? Does it run as expected?

    Can you try the debug bootloader project foun in:

    SDK_X.Y.Z\examples\dfu\secure_bootloader\pca10040_ble_debug

    And monitor the logging on your custom PCB?

    What would you say are the main differences on the custom PCB and the DK? Do you have an external LFXTAL?

    Best regards,

    Edvin

Children
Related