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"

Hello Everyone,

I am using nrf52 dk development board. I'm  having a problem  when  I load my ble_app_uart example . I am getting an error message  Error: Flash Download failed  -  "Cortex-M4"   . I am using SDK17 version. I have done the below setting. please help me out to solve this issue .

Parents Reply Children
  • The softdevices comes precompiled, and should only be flashed. Have you by accident tried to compile the softdevice? Unfortunately this won't work, and likely the softdevice hex file is erased in the process, you may need to get the files in the \s132\ folder from the nRF5 SDK zip file again.

    Example:

    If "nRF52832_xxaa" is chosen you can compile and flash the application.
    If "softdevice" is chosen you can only flash, this will program the BLE softdevice stack that is used by the application.

    Kenneth

Related