Help - I have been teaching students using the MCB900 board. Initially I was using the Philips 89LPC932 IC and have since upgraded to the Philips 89LPC935. When attemping to download the most simplist code the above error is displayed. I have checked the #include line and I have cehcked the correct device has been selected but the same error is displayed.
can anyone help.
Alan
uVision is just a GUI front-end; all the real tools - compiler, linker, downloader, etc - are command-line applications.
So, when you press the 'Load' button, you are effectively just launching Flashmagic (or whatever) with the configured set of parameters...