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

Butttonless DFU issue with CONFIG_NFCT_PINS_AS_GPIOS

I am using nrf52832 for button less DFU. DFU is working fine when  CONFIG_NFCT_PINS_AS_GPIOS is not added in applicaton. When added seems like code is getting reset at bootloader level. Is any connection with CONFIG_NFCT_PINS_AS_GPIOS ? Please suggest.

Thanks

Parents Reply
  • Oh, so you're actually reaching the nrf_bootloader_app_start_final() function?

    Any errors here will not cause a reset, just generate a log output. 

    If app_start(vector_table_addr) is executed, then it means that the bootloader is branching to the application, i.e. the reset must be occuring in the application, not the bootloader. 

    Can you try to debug the application by attaching to the running code in Segger Embedded Studio ( Target->Attach debugger) with the application project used to generate the application hex for the DFU image?

Children
Related