I am using a NRF52832 and i want to burn a HEX bootloader that only jumps to my APP (i have already burned the Softdevice) when i reset it...
Can you help me ?
I am using a NRF52832 and i want to burn a HEX bootloader that only jumps to my APP (i have already burned the Softdevice) when i reset it...
Can you help me ?
Hi Miguel,
What is your application about?
The Softdevice includes MBR which could jump to your application after reset.
If you are doing an OTA(over-the-air) DFU, your device will need to be programmed with the SoftDevice and a bootloader. See DFU bootloader examples.
-Amanda H.