Grace Quick Start Guide
From Texas Instruments Embedded Processors Wiki
Welcome
|
Meet Grace
|
Grace is a tool that allows you as an MSP430 developer to generate the peripheral’s set up code within minutes. This will save you much of the work of poring through user guides and copying code examples and allow you to focus on the more important aspects of your application. Fully harness MSP430 MCUs integrated analog and digital peripherals with Grace Software Enable and configure I/Os, ADCs, DACs, timers, clocks, serial communication interfaces and more, by interacting with buttons, drop-down menus, and text fields. Navigate through the MSP430 MCUs highly integrated peripheral set with ease. Grace software supports all MSP430FR5xx, MSP430F2xx and G2xx Value Line MCU devices This means it supports the MSP430 MCUs most popular tools such as MSP-EXP430G2 LaunchPad, eZ430-F2013, eZ430-RF2500 and other tool kits.
Stand-alone program or seamless integration into TI's eclipse-based Code Composer Studio software Grace software generates easy-to-understand C code, which is directly inserted into your active project. This seamless integration into the integrated development environment (IDE) allows the Grace generated code to be debugged and downloaded into your MSP430 microcontroller just as if it was handwritten. |
How do I get Grace?
|
OPTION 1 - Code Composer Studio
Questions? Feedback? Please use the MSP430 section of the E2E forum at www.ti.com/gracefeedback. to contact us! You can find all flavors of Grace @ the Grace Product Folder |
Get started quickly and learn as you go
For a quick overview please download the Grace Getting Started Guide!
| | | |
| Integrated documentation. Grace is based on existing MSP430 user guides and datasheets to provide a consistent look and feel between printed resources and Grace's virtual screen. This eliminates the need to thumb through hundreds of pages of documentation! | Helpful Tooltips. Hover-overs and popups are integrated into every interactive element of Grace, offering useful information to guide the peripheral configuration process. | Get started now. Example projects can be used to learn about Grace and the Code Composer Studio environment... or used as a starting point for your own application development. The examples are contained in MSP430Ware |
| |
Prevents collisions & contradicting configurations. As developers enable and configure the various peripherals, Grace will provide instant notifications of configuration errors. This ensures inter-peripheral configurations are consistent. Edits & changes in one peripheral can be compensated in other modules as well. For example, changing the CPU clock speed will not break a pre-configured baud rate in the Universal Serial Communication Interface module! |
|
Grace generates human-readable C-code. Once you're done enabling and configuring the various peripherals required for your application, Grace will generate fully-commented, easy-to-read C-code at build time. Unlike other options that are available, which output cryptic assembly language, Grace generates C-code that is fully modular and is automatically inserted into the active project in Code Composer Studio. This code can be debugged and downloaded to your MSP430 device just like traditionally written code.
| |
Comments
Comments on Grace Quick Start Guide
Contents |
Scbrass said ...
Mikemyti said ...
When will Grace support FRAM devices?
--Mikemyti 00:10, 30 August 2011 (CDT)
Jlschuck said ...
Really sucks Grace only supports a few devices. What about users who need to learn the 55 series?
--Jlschuck 21:24, 12 July 2012 (CDT)
Shanyi said ...
Please give us a roadmap for supporting the whole family of MSP430 devices. I'm working with the F5438A at the moment, but in general I'd like to know when we will be able to use grace in CCSv5 for all of them.
--Shanyi 09:03, 22 August 2012 (CDT)
HI said ...
I was using Grace on G2453 processor and configured as Active Mode on Port2 Intr Exit. The corresponding code generated for this is putting the processor in LPM4.
__bic_SR_register_on_exit(LPM4_bits);
--HI 05:25, 8 October 2012 (CDT)


This is a good idea, I have been using something similar for the SiLabs 80C51 for years. However theirs is a stand alone program that can be used with any IDE. Are there any plans to support other IDE's such as IAR Workbench? - Steve
--Scbrass 17:09, 29 August 2011 (CDT)