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/MSP430G2253: Looking for non-grace examples.

Part Number: MSP430G2253
Other Parts Discussed in Thread: MSP430WARE, MSP430G2553

Tool/software: Code Composer Studio

In particular would like to have non-grace example projects for SPI and serial communication. This used to be part of CCS. Now I can not see it. Please help

  • The examples come with MSP430Ware. I am not sure which version of CCS you are using but if it is CCSv7.x you can browse MSP430Ware and install it from Resource Explorer (access from the view menu).

    John
  • Thanks for reply. MSP430Ware is of course installed. I can see all the Grace enabled examples. I can not see the non-grace examples at all. I am sure I am just missing something trivial here. With MSP430Ware installed, please give me step-by-step help.

  • In Resource Explorer I expand MSP4320Ware -> Devices -> MSP430G2XX

    Then I can go down to MSP430G2553 -> Peripheral Examples -> Register Level or Assembly

    This shows me a list of available examples.

    There are a lot of examples there but I don't see one specifically for SPI.  I will ping someone on the MSP side to see if they are in a different package.

    Regards,

    John

  • The SPI examples are located in the referred-to folder as msp430g2xx3_uscia0_spi_[09/10].c, and this example can be easily ported to USCI_B0 by changing the register names and pin assignments. The MSP E2E Forum should be able to support any further questions related to the USCI peripheral.

    Regards,
    Ryan
  • No need for any replies. Had to do this without examples. I a willing to share out a library if anyone is interested.