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
Your first step must be to identify precisely what tool is giving that message.
You say it happens when downloading - so I guess it must be the downloader...? Are you using Flashmagic?
If you've "upgraded" chips, maybe you also need to upgrade your Flashmagic?
For Flashmagic support, see http://www.flashmagictool.com/
Thank you Andy - I will attempt to check that tommorrow - for your additional informtaion the error appears within Keil uvision3 (latest update) after clicking Load - However I believe that updating the Flash Magic might solve the problem. Watch this space and thank you
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...