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.

LAUNCHXL2-570LC43: tms570lc4357

Part Number: LAUNCHXL2-570LC43

sir/mam,

i need precise 921600 kbps baudrate. how to configure UART. By configuration in HALCOGEN i am getting 937500 kbps baudrate. Kindly help

Thank you

  • Hi,
    If you are using SCI/LIN module formulas are:
    SCICLK Frequency = VCLK Frequency / (P + 1 + (M/16) );
    Async baud value = SCICLK Frequency / 16;
    If P = 0 then Acync baud value = VCLK Frequency / 32;

    More details on SCI/LIN module you can find in Section 29 of device TRM: www.ti.com/.../spnu563a.pdf

    If you are using SCI module then:
    Async baud value = VCLK Frequency / 16 * (BAUD + 1); where BAUD is prescaler value in BRS register
    for BAUD = 0, Async baud value = VCLK Frequency / 32

    More details on SCI module you can find under Section 30 of device TRM: www.ti.com/.../spnu563a.pdf

    Best regards,
    MIro