This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/MSP432P401R: UART max baud rate simplelink

Part Number: MSP432P401R

Tool/software: TI-RTOS

Hi,

I would like to ask what is the max. baud rate of a MSP432 ?

I've got up to 921600 while testing but if I try this speed connected to a external modem it is not working as it should and I don't know if the problem is the uart or data processing speed.
My starting project is powersleep.

Thank you
Miha

  • Dear Miha,

     There are a couple of things to consider for the maximum signaling rate.  First is the maximum baud rate provided in the datasheet:

    The second is to consider the error rate which the application can withstand:

    Beyond these typical rates you can use the equation also found in the TRM

    Can you test by either increasing the processing speed or slowing the uart communication to see what the issue is?

    Regards,

    Chris

  • Hi Chris,

    If I lower the baud rate to 460800 I communicate with the module smoothly.

    Can you please explain me the table 5.35?

    thank you
  • Hi Chris,

    So if I understand correctly it is possible to go to higher speed but there are more errors, therefore useless?

    Thank you
  • Hello,

        Given that the maximum 'typical' baud rate found in table 22-5 is 460800 Baud, there will be challenges going faster.  The increased error rate can be addressed by including checksums or other means of verifying an error free transmission and then retrying but this would decrease the overall effective baud rate.  

    Regards,

    Chris

**Attention** This is a public forum