Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

MCU doesnt boot up during Power ON

I have a small problem with Bootloader + application in our custom board.

If I do the DFU update,application starts at  first time but if i do a power reset application doesn't start and if I connect a j-link ,it starts executing properly.

But If  i do follow the same procedure in EVM board its working fine.

Parents Reply
  • Can you do LED toggling ? Simply put a LED turn on at a line of code inside main in the bootloader and move the LED command down until you don't see the LED turn on anymore, then we can find at which function the code stucks. 

    Please try to test DFU update a very simple application, what we need to verify is if the code stuck inside the bootloader or it manages to jump to application but stuck in application. 

Children
Related