Hello,
I recently bought a "MSP-EXP430F5529LP" board for a project.
It's not the first time that I work with MXP-EXP430 boards.
Unfortunately, I can't get the USCI / UART module to work on this board, and I don't understand why.
I tried this simple example: dev.ti.com/.../node
But nothing happens when I send a character to the corresponding COM port with the CCS integrated terminal.
Others examples using driverlib (i.e https://github.com/fmilburn3/MSP430F5529_driverlib_examples/blob/master/12A_USCI_A_UART_loop_check) don't work (I don't receive anything on the serial port).
I already tried these solutions:
- Changing USB port on my computer ;
- Mass erase of the uc flash ;
- Check if I use the correct com port on windows device manager ("MSP Application UART1 (COMXX)")
- Check if I use the correct serial parameters (baudrate, stop bit...)
- Check if the jumpers RXD and TXD are set on the board ;
- Relaunch CCS (I use CCS v9) and reboot my computer
I'm running out of solutions there.
Can you help me?
Thank you in advance.
William.