cancel
Showing results for 
Search instead for 
Did you mean: 

Error with custom baudRate cubeMX 6.1.1 [solved]

MLE S.1
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

4 REPLIES 4
Houssem CHAABANI
Senior II

Hello @MLE S.1​ ,

Could you share your .ioc file ?

Thanks in advance

MLE S.1
Associate III

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

MLE S.1
Associate III

Thanks @Houssem CHAABANI​ for your rapid answer

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

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