Reply by Marc Ramsey November 7, 20042004-11-07
Timo wrote:
> Does anyone have a good alternative for software development on a > MCS1210 from Texas Instruments? The wickenhaeuser.com website is for > me the only c-compiler i know of that is usable. Is IAR systems also > possible to use? Anyone with experience with c-compilers on a MCS1210? > I'm used to work with IAR or HiTech for PICs but now i want to use it > with a MSC1210 (the one used in the Elektor project : Mini Webserver) > if possible. Any good open source compiler usable or a Free one with > no limits? Something like SDCC for 8051?
I use SDCC and asx8051 to develop code for the MSC12xx. The generated code isn't quite as tight as that produced by a good commercial compiler, but it is quite usable. About all you'll need is the definitions for the MSC-specific registers. Look for application note SBAA109 on the TI web site (there are bugs in the script used to convert the header files). Marc
Reply by Chris Hills November 7, 20042004-11-07
In article <d793d683.0411071350.53fcf740@posting.google.com>, Timo
<timo6666@pandora.be> writes
>Hi to all, > >Does anyone have a good alternative for software development on a >MCS1210 from Texas Instruments? The wickenhaeuser.com website is for >me the only c-compiler i know of that is usable.
The Keil is the best bet.
> Is IAR systems also >possible to use? Anyone with experience with c-compilers on a MCS1210?
Yes. I have used the Keil compiler. The MCS1210 was designed to work with the Keil compiler. /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ \/\/\/\/\ Chris Hills Staffs England /\/\/\/\/\ /\/\/ chris@phaedsys.org www.phaedsys.org \/\/ \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
Reply by Timo November 7, 20042004-11-07
Hi to all,

Does anyone have a good alternative for software development on a
MCS1210 from Texas Instruments? The wickenhaeuser.com website is for
me the only c-compiler i know of that is usable. Is IAR systems also
possible to use? Anyone with experience with c-compilers on a MCS1210?
I'm used to work with IAR or HiTech for PICs but now i want to use it
with a MSC1210 (the one used in the Elektor project : Mini Webserver)
if possible. Any good open source compiler usable or a Free one with
no limits? Something like SDCC for 8051?

Best regards,

Timo