Grace configuration GUI
Texas Instruments has delivered a plug-in for their Eclipse-based Code Composer Studio IDE that significantly simplifies the configuration of peripherals on their 16-bit MSP430 microcontroller. The new plug-in is called Grace.
Grace provides a GUI interface that highlights the peripherals for the selected target (Fig. 1). The abstraction level can be selected and includes Basic, Power User and Register views. It generates fully commented C code for all F2xx and G2xx microcontrollers.
Grace knows about peripheral dependencies. For example, a timer is usually used to provide the baud rate for a serial port. Tool tips provide additional information about the peripherals being configured.
Grace supports the range of MSP430 development tools. It can insert code directly into projects allowing changes to be easily incorporated. The C code is easier to debug than assembler while providing full functionality. Overall, Grace makes the job of peripheral configuration fast, efficient and error free.