Difference between revisions of "MSP430F2013 UART"
From emboxit
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
- To be combined with the source-code: MSP430F2013 I2C Magnetic Sensor Reading
- 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