Other Parts Discussed in Thread: MSP430F2274
Folks,
Grace is a wonderful tool, but..... I've run into major problems with it, specifically the generated code. After lots of confusing debugging sessions, it appears that the main cause is that Grace has "lost sync" with the generated code. (Mangled meta-data?)
If I modify Grace settings through the GUI and then save the .cfg file, the generated code is not updated. For example, I'm setting up USCI_A0 as a Master, 3-wire, SPI device, but the USCI_A0_init.c generated file still thinks it's set up as a slave device, i.e., contains the following comment line:
* ~UCMST -- Slave mode
And the properties of the generated file show that it hasn't been regenerated since Sep. 1.
I thought that saving the .cfg file and rebuilding the project should force all the generated code to be regenerated automatically.
Do I need to trash this project and move my source code to a new Grace project?
TIA,
Mike