Skip to main content
MLE S.1
Associate II
December 21, 2020
Solved

Error with custom baudRate cubeMX 6.1.1 [solved]

  • December 21, 2020
  • 3 replies
  • 2297 views

Hi,

To configure my uart baud rate i use a variable on cube MX. To disable error i select "no check" in option --> that work find on previous version.

Now with version 6.1.1 the error stay even if i select "no check" with the version 6.1.1.

If you have an idea how to solve it !

0693W000006GRzMQAW.png 

0693W000006GS0ZQAW.png

This topic has been closed for replies.
Best answer by Houssem CHAABANI

Hi @MLE S.1​ ,

You need to declare all your variable in user constants and you can set your custom baud rate in the constants value.

Thanks!

Houssem

3 replies

Houssem CHAABANI
Visitor II
December 21, 2020

Hello @MLE S.1​ ,

Could you share your .ioc file ?

Thanks in advance

MLE S.1
MLE S.1Author
Associate II
December 21, 2020

Yes i can share it in a private way (file sent in a private message to you)

Houssem CHAABANI
Houssem CHAABANIBest answer
Visitor II
December 21, 2020

Hi @MLE S.1​ ,

You need to declare all your variable in user constants and you can set your custom baud rate in the constants value.

Thanks!

Houssem

MLE S.1
MLE S.1Author
Associate II
December 21, 2020

Thanks @Houssem CHAABANI​ for your rapid answer

Problem solved : just need to declare uart4Baud in user Constants to solve the problem !