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

Error: Flash Download failed - "Cortex-M4" with SDK13.0

Hi,

When I try to download code to my nRF52832 from Keil with the example "BLE ATT_MTU Throughput Example", I get this error: Error: Flash Download failed - "Cortex-M4"

I use SDK13.0 and s132_nrf52_4.0.2_softdevice. probably I trying to flash the application in Keil to a flash-region where the SoftDevice is located.

My program Information :

Program Size: Code=42620 RO-data=178216 RW-data=404 ZI-data=30548 .

=> total flash usage is: = Code + RO-data + RW-data = 221240 < (512 kB flash of NRF52) ?

Why is this error? What can I do about it?

Related