# TI_Workspace **Repository Path**: lign17314/TI_Workspace ## Basic Information - **Project Name**: TI_Workspace - **Description**: No description available - **Primary Language**: C - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MSP430F5529_C ## MXL90614 PIN | Usage --|-- P3.1| I2C Clock (UCB0SCL) P3.0| I2C Data (UCB0SDA) P3.3| I2C UCA0TXD P3.4| I2C UCA0RXD P4.4| I2C UCA1TXD P4.5| I2C UCA1RXD ACLK = 32.768kHz, MCLK = SMCLK = DCO 16MHz. // MSP430F552x Demo - USCI_A0, UART Echo received character // (ACLK 9600/SMCLK 9600/SMCLK 115200) // // Description: The device will wait in LPM0/LPM3 (based on clock source) // until a UART character is received. // Then the device will echo the received character. // The UART can operate using ACLK at 9600, SMCLK at 115200 or SMCLK at 9600. // To configure the UART mode, change the following line: // // #define UART_MODE SMCLK_11500 // to any of: // #define UART_MODE SMCLK_11500 // #define UART_MODE SMCLK_9600 // #define UART_MODE ACLK_9600