Difference between revisions of "MSP430F2013 UART"

From emboxit
Jump to: navigation, search
 
m (1 revision)
 
(No difference)

Latest revision as of 16:51, 11 September 2015

TI Code examples

From TI product page

  • check !Readme.txt
msp430x20x3_ta_uart2400.c         Timer_A, Ultra-Low Pwr UART 2400 Echo, 32kHz ACLK


MAG3110 to UART

  • A simple implementation

File:MSP430F2013-UART-2.jpg



File:MSP430F2013-UART-1.jpg


File:MSP430F2013-UART-3B.JPG

  • 9 bytes at 2400 baud
  • First byte is the echo of the received byte
  • The next 8 bytes are the content of
unsigned char RxData[8]={65,66,67,68,69,70,71,72};
Constant values will be replaced with sensor data