Hello Everyone,
I am a beginner and working on nRF52832 DK using SDK v13 and using keil mdk armv5.as a compiler.
I build it successfully, but when I loaded the hex file to nrf52832, keil reported an "Error: Flash Download failed - "Cortex-M4".
Hello Everyone,
I am a beginner and working on nRF52832 DK using SDK v13 and using keil mdk armv5.as a compiler.
I build it successfully, but when I loaded the hex file to nrf52832, keil reported an "Error: Flash Download failed - "Cortex-M4".
I am a beginner and working on nRF52832
Do you have experience with any other microcontroller(s) ?
Do you have experience with programming in general ?
when I loaded the hex file to nrf52832
Please describe how you did that - give detailed steps; screenshots can help.
Also copy & paste the text from the Keil output window ...
Hi
This typically happens if the SoftDevice (Bluetooth stack) is flashed in memory and you try to program an application on top of it.
Can you try to erase the flash of your DK first and then try again?
To erase the flash you can either select Flash -> Erase in the menu in Keil, or run the following command in the Windows command line:
nrfjprog -e
Best regards
Torbjørn