View Full Version : Keil Examples on uVision 3.5
MWeberSSI
04-17-07, 07:39 PM
I tried to recompile the hello source using the new zip archive (uVision 3.5) under Keil mdk305 using the example .uv2 project files but:
1. The path for hello.c is not recognized (ADC i.e works)
2. If I try to compile any example I get a
*** Device is not supported by Toolchain ! ***
The Hex files load and execute OK.
Any ideas?
Thx.
nmitech
04-18-07, 10:07 AM
Below is the info from the old post that may related to your question,
On the Menu click on PROJECT --> MANAGE -->COMPONETS, ENV..,BOOKS and click on the Folders/Extensions Tab and select the development tools as shown in the image link below,
http://www.newmicros.com/temp/Keil/Folders.gif
On the Menu, FLASH --> CONFIGURE FLASH TOOLS...
Select DEVICE, LPC2131 under Vendor NXP
http://www.newmicros.com/temp/Keil/Device.gif
TARGET, http://www.newmicros.com/temp/Keil/Target.gif
OUTPUT, http://www.newmicros.com/temp/Keil/Output.gif
LINKER, http://www.newmicros.com/temp/Keil/Linker.gif
Now you can Click on the PROJECT --> REBUILD ALL TARGET FILES
to generate the HEX file
MWeberSSI
04-18-07, 10:20 AM
I tried this before posting but it did not work. The settings you mention in the gif files are already in the new .uv2 project files for the Keil examples for uVision 3.05 in K-examples.zip. Do you happen to know when the 'Device not supported" message is generated?
Thanks.
nmitech
04-18-07, 11:21 AM
Do you happen to know when the 'Device not supported" message is generated?
No, I do not.
1. The path for hello.c is not recognized (ADC i.e works)
On the Project Workspace, Under Sources folder do a right click on the hello.c and see if the hello.c file is actually located in the same path. If not, click on Remove File 'hello.c' then right click on the Sources folder and click on Add File to Group 'Sources'. Now you can browse and locate your hello.c file to add it in.
MWeberSSI
04-18-07, 12:44 PM
I did a clean re-install of uVision and that solved the problem. Thanks for your help.
vBulletin v3.0.7, Copyright ©2000-2012, Jelsoft Enterprises Ltd.