Am 31.12.2002 11:18:05, schrieb "Klaus Liebler" <[email protected]>: >does anybody plan to integrate all the tools on this homepage into an >IDE like the guys from DEV-C++ have done it with the pc-version of the >tools? So it would be much easier (especially for newbies like me) to >develop applications for the msp. Since the DEV C++ (also hosted here at >sourceforge) is open source, you can take their code, add some specific >code for transfering programs to the MSP via JTAG and things should >(?!?!?) work.
you can take DEV-C++ and configure it that it uses the MSP430 tools. to do the download you can either add it to the makefile so that its is always downloaded after a sucessful compilation or you can download with GDB. "adding specific code" is easier said than done. first of all its written in Delphi (and not in C/C++) so we would need someone with a license, then every special version must be maintained... but feel free to contibute if you have something useful. chris
