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

Why is uVision complaining about not finding an axf file when trying to flash a hex file?

I need to flash a .hex file to my board. I followed the steps in this guide to achieve that but I'm getting:

Fullscreen
1
Error: Flash Download failed - Could not load file 'C:\Projects\MyBoard\MyFirmware.axf'
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

I don't have a MyFirmware.axf file, I have a MyFirmware.hex file that is what I need to flash. I put that .hex file in the "Objects" folder and configured uVision to point to that folder to grab the .hex file.

Does anyone know how to work with only hex files? Because the documentation solution doesn't work.

Note: I'm not compiling the code in uVision, I just need to use it to flash an already existing .hex file.

0