Part Number: MSP432P401R
Tool/software: Code Composer Studio
Hello,
this is my first time posting to the forums.
I am working on a project that will have 3 devices connected via i2c, and a bluetooth module on uart pins. Using the basic TI-rtos echo code as reference, I have been able to setup the uart to transmit data at 9600 baud, however no matter what I change the device will not work at any faster baud rate. I have looked at other forums and followed suggestions that changed the table in UARTMSP432_BaudrateConfig uartMSP432Baudrates[] in the MSP_EXP432P401R.c to different values
but this also has not solved my issue. I am suspecting it is the clock source, but after changing uartMSP432HWAttrs EUSCI_A0_BASE to use SMCLK in the MSP_EXP432P401R.c it did not work