We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Whenever I try to debug or load the flash for my lpc1114 microcontroller I get the "Could not load file" error for my projects .axf file. I'm not sure what file this is any insight would be appreciated.
Are you sure you had a successful build of the project. The axf file I am pretty sure is a output of a succesful build. Usually I see a similar error when I use for example a Keil example project for the first time and it has not been build(compiled). As soon as I build it a axf file is found and the error goes away for me.