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.
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.
I'm just wondering, if I continue to develop my firmware with the C51 V7.50, would there be much difference or drastic side effects to it? I can't make sense of the "DbgPrintf0" and "DbgPrintf1" functions they use in their sample source code provided in the 12xxV1.10 folder as well. I can't get any debug messages coming out from either of my serial or USB port.
"functions they use in their sample source code"
Who are "they"?
Shouldn't you ask "them" about it?
"They" are the TDK themselves... When you install their evaluation toolkit, they provide sample codes for your reference.... I'd just like to know if anyone around here has any experience with the chip only....