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

Custom Button in DFU

Hello, 
I am using dfu in custom board and physically we have other button. 

I have changed NRF_BL_DFU_ENTER_METHOD_BUTTON_PIN in DFU app , but after update-ing the application doesn't start. 
When I am using dfu without this modification, application is starts  but after reset dfu not shown. 


What I am missing, in which file I need do modifications? Maybe in boards.h?

Parents Reply
  • Hi

    You'll have to configure the NFCT pins as GPIOs in both the application and DFU projects.

    Dev1 said:
    Even I only add varaible in Preprocessor Definitions without changing the PIN the result is same. 

     What do you mean here? Does the DFU not work even if you leave the pin config to the state it was originally in? Also, please tell me if you see any errors when compiling/flashing your application.

    Best regards,

    Simon

Children
Related