Other Parts Discussed in Thread: MSP430FR5949
Hello all,
I am currently developing with MSP430FR5949 using CCSv6.1.1 (recently updated from 6.1.0) and MSPGCC. Everything has been going great until yesterday, my code compiles with 80 errors. Apparently, the 2016 version of msp43fr5949.h defines things quite differently from the 2015 version I've been working with.
What's more, I checked the install logs and it looks like the change occurred on January 29th! The compiler didn't even notice this until Febuary 29th!
The macros in the 2016 header seem to be having their own problems. The right-click, Open Declaration points to an unrelated line of code, hovering over a macro displays something nonsensical, i.e. hovering over CSCTL0 in msp430fr5949.h and the yellow pop-up shows "ADC12CTL0".
It looks like the header file is messed up to me, but could this be a CCS problem?
Go Internet go!