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

GPIO pins states during OTA DFU

Hello, 

I have been working with nRF52832 microcontroller on a custom PCB. Currently, we are implementing OTA updates through BLE, and developing using the nRF toolbox app on Android. We were able to successfully upload our firmware onto the nRF52 breakout board, but some of the GPIO pins are being set to HIGH state during the DFU process. So, we are trying to figure out which GPIO pins are affected by the DFU process and if so how to configure their states during DFU process.

Related