Hi,
I am using nRF52840 S140 with ble_app_blinky application. I have a basic query of GPIO configuration when moving from Bootloader to Application.
We are using Secure Serial Bootloader. Via DFU we will load our BLE blinky application package. In Secure Serial bootloader code, P0.25 is configured as input and Pull-UP. So pin will be always high. Where as in blinky application we are not configuring any GPIO pins other than button and led.
After every reset of nRF chip, control will go to Bootloader mode. If P0.25 is low then only bootloader will enter into DFU mode. If pin is high control will immediately go to ble_blink application.
My queries are:
1) Whatever pin configurations done in bootloader, whether the same settings will retain even when control goes to ble_blink.
2) If yes, if P0.25 is configured as PullUP in bootloader, to my understanding I can configure P0.25 to PullDown in ble_blink application.
Thanks & Regards
Vishnu Beema