when i build target, the software shows the following message "Device is not supported by toolchain" what it means? screenshot: i24.photobucket.com/.../error.jpg can anyone help pls?
This error is normally shown under the following cuircumstances:
A version of uVision that is 'limited' to support only devices from a given silicon vendor is used to develop an application using a device not in the list of devices of that particular silicon vendor.
In summary, a silicon vendor limited uVision is not intended to support devices from other vendors.
For example, the LPC studio?
http://www.keil.com/lpc/lpc900_studio.asp
I never use the canned SFR defs since they do not comply with my standards. However, from the olden days, I tend to recall that the 'plain vanilla' uCs are not supported by name, but a SFR def called something like 'generic' is to be used.
Erik