This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Target device not found

Hi, anyone using Keil C V2.4 and above? I'm currently working on a TDK chip, 73S1215. I can't locate the target in the compiler. Please help.

Parents
  • v2.4? The current version for C51 is 8.12. Perhaps you're looking at the version for uVision?

    http://www.keil.com/update/c51.asp

    The Teridian 73S1215SF is on the "supported products" list on the web:

    http://www.keil.com/c51/chips.asp

    Maybe it's time to update the tools.

    If you can't get an update or still can't find the part, you might try the next closest thing you can find. You could start with a generic 8051 header file and add definitions for the SFRs that you need for this part. Less convenient, and a bit tedious, but it would only take a day to define your own header.

Reply
  • v2.4? The current version for C51 is 8.12. Perhaps you're looking at the version for uVision?

    http://www.keil.com/update/c51.asp

    The Teridian 73S1215SF is on the "supported products" list on the web:

    http://www.keil.com/c51/chips.asp

    Maybe it's time to update the tools.

    If you can't get an update or still can't find the part, you might try the next closest thing you can find. You could start with a generic 8051 header file and add definitions for the SFRs that you need for this part. Less convenient, and a bit tedious, but it would only take a day to define your own header.

Children