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.
We bought the CA51 (no debugger license). So I installed it and tried the hello sample. Of course since we dont have the debugger license when I try to start the debugger I get the warning it is only in Eval mode. That's OK. But after that I get another msgbox "Could not load file "XXX\hello". Debugger aborted!" error. I didnt set anything, expecting the sample project to run as is, according to the manual. I'm new to all this and no time to figure this out all by myself. What did I do wrong??
Have you built the Project? Even if you have, try restarting uVision and then "rebuild all" Sometimes the various parts of the toolchain "forget" where the output files are - especially if you've moved a Project and/or changed the output folder.
I have restarted and built and rebuilt all several times. I have also not moved anything yet, since I had just installed the software, and was trying to run my first example (hello). After randomly adjusting the settings, I got the debugger running. I think it was the Generate Assembler SRC and Assemble SRC settings that did it. But I get link warnings that _printf is an unresolved external. And when I single step, the printf code is really not there.