This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The latest beta of the MSP430 CCE Compiler (Code Generation Tools 3.1.0B1) is now available for download for the free, CCE v3 SP2 Code Edition. The beta period will only be open until Friday Sep 26 so download it today and let us know what you think. If you have any comments, post them on this thread or you can contact ccebeta@list.ti.com for additional support.
CCE v3 SP2 Core Edition must be installed prior to upgrading to the CGT 3.1.0B1 Beta compiler but it will not impact your current CCE installation. You can select the Code Gen version that you wish to use when creating a new project or it can be modified in the TI Build Settings on existing projects.
Installation & usage instructions:
Changes:
Hi, adrian
adrian said:
- Download & install MSP430 CGT 3.1.0B1 in your current CCE install directory
ftp://pickup@ftppickup.ti.com/pub/share/mehechi password: piurh!
Ooops: - I cant find "mehechi" folder in ftp://pickup@ftppickup.ti.com/pub/share. It is empty!?
BR, Sch
you have to type the whole address in. the "mehechi" folder is invisible if you try to browse for it in the /pub/share/ directory.
I installed the 3.1.0B1 Beta to see if it would fix some of the compiler/linker bug I have encountered compiling for XMS430F5438. Not good. I have reduce the project to allow it to compile/link and run under the small memory model. Using the currently released compiler, and just switching to the Large memory Model invokes a compiler bug where the pointer to a const char[] is not formed correctly when the call looks like push( (unsigned long)"some text"); but works if declaring the const char SOMETEXT[]="some text"; and the call looks like this puch( (unsigned long) SOMETEXT ); I changed the project to use the Beta 3.1.0B1 and the program crashes (goes to autoinit) long before I get to the push call. It crashes when I call a class function timer->run() i.e. single stepping assembly level and the call ends up in init.
By the way the old released version reports the download code size and text size to be: 34600 and 3618. The Beta reports a download sizes of 44744 and 5178 (NOT CODE REDUCTION HERE).
adrian said:you have to type the whole address in.
Thanks, it was there!
BR, sch
Is there going to be another beta of these updated tools? When will there be a new release of CCE that includes this new toolset?
**Attention** This is a public forum