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.

getting a UART example under sys/bios

Is there an example program to get a UART application up and running under sys/bios? I'm working with the MSP-EXP430F5438 experimenter board, and would like to port sys/bios onto it. There are actually two issues I'd like to tackle: usb comms and driving the lcd display on the board. Any suggestions?

I have CCSv5.1 sys/bios plugin downloaded, Windows7.Thanks, Shanyi.

  • Hi Sandor Nyerges,

    Unfortunately there are no UART drivers or examples that I know of for the MSP430.

    What I can do is point you to the newly released MCUSDK.  It has a UART driver for some other TI MCU devices and I think this may help you with trying to get the UART up on your MSP430 board.

    You can download the SDK here:

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/mcusdk/index.html

    Steve