Part Number: MSP430FG479
I am modifying firmware that was developed on CCS using compiler version 3.1.1. I was able to successfully compile the code using version 21.6 of the compiler but noticed a significant increase in execution time. The main loop of the program takes around 10 times longer to execute (10ms vs 107ms). I have tracked down the majority of the increase to two functions which do float and double math. As far as I can tell the compile options are set the same when switching between compiler versions. I tried optimizing for speed but there was no noticeable change in speed when this was done.