This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430F5308: GRACE Configuration or Similar Tool

Part Number: MSP430F5308

Tool/software: Code Composer Studio

Hello Team,

Since it appears GRACE is no longer supported and it doesn't have a profile for MSP430F5308, is there some sort of replacement tool or method you can recommend for easily generating source code to configure the various pins/peripherals/clocks/etc? Is there an easy method integrated into CSS or any similar software we offer?

Best Regards,
Casey 

  • Hi Casey,

    There is no tool to generate the configuration code like GRACE as you find.

    However, you can also configure your pins/peripherals/clocks/etc very easy by the Peripheral Examples of F5308.

    As you see on the above capture, you can take Register Level or Driver Library to quick configure the device.

    1. For the Register Level examples, there are several example code for each of the common peripherals, such as Timer, Clock, GPIO and so on. You can easily copy and reuse the configuration code of the examples in your project.

    2. For the Driver Library, there are configuration structure and one init API for each peripheral/function. You can only configure the Init structure and call the Init API to let the driver library help you to configure the peripheral.  

**Attention** This is a public forum