Hi,
CSS v5.2.1.00018, compiler TI v4.1.2, seven x64, MSP430FR5739 on 4-layers EMI-proof board, USB-FET v1.4a, latest firmware.
I got ONLY problems with CCS:
1-F11 to enter debug mode take 4 (FOUR) minutes to executes (obviously waiting for a timeout)
2-
void main(void)
{
unsigned long i, j;
init(); // Breakpoint here, disasm: "CALLA #0x00000" => I'm not going to be productive! But the compiler SOMETIME generate the right code when modifying other files (ie, add a blinking LED in a timer interrupt section modify the code generated in the main...but add another bug in another section)
...
}
3-
void setSPIForTemp(void)
{
UCA0CTLW0 |= UCSWRST;
UCA0CTLW0 &= ~UCCKPH; // generate "CALLA 0" :) but "UCA0CTLW0 &= 0x7FFF;" works fine!
UCA0CTLW0 &= ~UCSWRST;
}
4- USBFET: I sometime (one or two time per hour) got a "Security fuse has blown", the only workaround is to erase memory with FETPro430-Lite from elprotronic.
Bugs 1-2-4 appears/disappears in a infinite loop. So what's in CCS ? do(random_bugs();) while(devtools_are_from_TI) ? I wrote 3 lines of code today and 10 yesterday, I don't know if my HUGE code works...
I got similar problems (1-2-3) with some MSP430F5438A last year.
Lost 590$ today. May look for an alternative. I am NOT a beta-tester!
Should I wait for a TI employee for help? Should I go in holidays? Should I buy a STM? Should I buy a new guitar? Should I work straight through the night? Wait for next CCS release? Take to drink? For sure I rarely sleep!
Thank you for your help!

