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.

Grace - standalone version

Other Parts Discussed in Thread: MSP430G2553, MSP430WARE

Hi,

I am using Grace standalone version. I am trying to lean Grace by blinking an LED in MSP430g2553 launchpad. After generating the code in the Grace, how to copy the code in the CCS.

Regards,

Tapas

  • Hi Tapas,

    Unfortunately, in new version of CCS(v6 and greater) its not easy to import code generated from Grace. You could generate an empty project within CCS, then place the generated c files in this project. However, you'd have to ensure all the appropriate includes were in place which could quickly get messy.

    We do offer a large library of examples via the TI Resource Explorer within CCS that can help you get started with a wide range of MSP430 devices. The examples range from something as simple as blinking an LED all the way to something as complicated as I2C communication. I recommend starting here when starting development on your application.

    Best regards,
    Caleb Overbay
  • Hi

    I would not rely on Grace anymore since it seems not to be very used by the community.

    I learned how to program MSP430 by going in CCS to View / TI Resource Explorer / MSP430ware and checking the examples. Just mix the two for reading a GPIO pin as input (I think they use P1.4) and the one for blinking a LED.

    Have a nice day!

**Attention** This is a public forum