| Author |
Message |
aliko
Joined: 17 Mar 2005 Posts: 10 Helped: 1
|
01 Nov 2006 7:12 msc 1211 |
|
|
|
|
Can anyone suggest free good compiller and debugger for developing MSC1211-based project?
For now I've found SDCC compiller and it's seems good for me. But I can't find good debugger. SDCC-SDB from sf.net works not so good, it's fails stepping through the code at the first for-cycle and hangs. And it is text based debugger written in perl. It would be much better to find a graphical debugger or to find a way to connect some text-based debugger to some graphical frontend like DDD under Cygwin, or to integrate it into eclipse platform.
Any help would be appreciated. What tools you are using for developing 8051 code?
|
|
| Back to top |
|
 |
Google AdSense

|
01 Nov 2006 7:12 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
budhy
Joined: 21 Oct 2006 Posts: 836 Helped: 185 Location: Indonesia
|
01 Nov 2006 10:22 ti msc1211 |
|
|
|
|
| Use Keil C51 - the best C compiler/Simulator/Debugger for MCS51 family of conttroller
|
|
| Back to top |
|
 |
aliko
Joined: 17 Mar 2005 Posts: 10 Helped: 1
|
01 Nov 2006 10:57 free c compiler msc12xx |
|
|
|
|
| Quote: |
budhy
PostPosted: 01 Nov 2006 12:22 Post subject: Re: TI MSC1211 (8051) compiller and debugger
Use Keil C51 - the best C compiler/Simulator/Debugger for MCS51 family of conttroller |
I was talking about Texas Instruments MSC1211 microcontroller with 8052 core if it does metter, not about Intel's MCS51.
About Keil:
As far as I know Keil costs some money, it's not a free tool. And there are versions with limited code size available for free. It's not exactly what I'm looking for.
If we would speak about paid software woldn't IAR tools be prefferable among others in terms of code performance (size/speed optimisation), C++ availability, debugging facilities? Can anybody compare IDEs for 8051 developement presented on the market.
Also important that IDE or other tool must support TI MSC12xx micros. Meaning it must include header files with reggisters definitions etc.
|
|
| Back to top |
|
 |
budhy
Joined: 21 Oct 2006 Posts: 836 Helped: 185 Location: Indonesia
|
01 Nov 2006 11:08 ti in 8051 |
|
|
|
|
Don't worry, Keil C51 support TI's MSC1211 !
MCS51 Family of processor = 8051 Family of processor!
If we would speak about free software, SDCC is the best
|
|
| Back to top |
|
 |