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
  • Hi Gopi, 

    What do you mean by "EVM board" ? You mean it's our Dev Kit ? 

    Could you try to update a normal appliacation that doesn't use softdevice, and just toggle an LED for example ? 

    If you still see the issue, could you debugging the bootloader without using the debugger to find where it crashes ? You can enable logging and printout the log on UART or you can use an LED to check when the code stops. 

    Do you have 32kHz crystal on your board ? 

    I assume it's the BLE DFU you are testing ? 

Reply
  • Hi Gopi, 

    What do you mean by "EVM board" ? You mean it's our Dev Kit ? 

    Could you try to update a normal appliacation that doesn't use softdevice, and just toggle an LED for example ? 

    If you still see the issue, could you debugging the bootloader without using the debugger to find where it crashes ? You can enable logging and printout the log on UART or you can use an LED to check when the code stops. 

    Do you have 32kHz crystal on your board ? 

    I assume it's the BLE DFU you are testing ? 

Children
Related