Skip to main content
VSelv.11
Associate
November 6, 2020
Question

Hi. i'm trying to change my UART baud rate to 9600 in spc582b. by default its working under38600 . i also changed the configuration settings shown below. but my receiving data is wrong. anyone knows?

  • November 6, 2020
  • 1 reply
  • 752 views

0693W000005AYCfQAO.png

    This topic has been closed for replies.

    1 reply

    Giuseppe DI-GIORE
    ST Employee
    November 13, 2020

    After setting a new configuration (with a different baud rate),

    pass thje 'Symbolic Name' as second argument to sd_lld_start()

    sd_lld_start() will apply this configuration.

    Regards

    Giuseppe