This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Download Code to Flash Memory Error

I am able to load and run board specific example code with no errors.

However I am receiving errors when trying to load examples from the CMSIS-Compliant Standard Peripheral Firmware Driver Library. The code is able to compile, but when trying to load the code the following error appears:

"--- Error: failed to execute '"" '".

Would anyone know a fix for this error?

Thanks

Parents
  • Make sure you've selected the right debugger (make/model), that it has the right settings (jtag/swd), and that the correct flash algorithm has been picked.

    Look at the project/debugger settings in the context of the ones that are working, and how they differ to the ones that aren't

Reply
  • Make sure you've selected the right debugger (make/model), that it has the right settings (jtag/swd), and that the correct flash algorithm has been picked.

    Look at the project/debugger settings in the context of the ones that are working, and how they differ to the ones that aren't

Children