2020-12-21 02:13 AM
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 !
Solved! Go to Solution.
2020-12-21 03:38 AM
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
2020-12-21 02:26 AM
Hello @MLE S.1 ,
Could you share your .ioc file ?
Thanks in advance
2020-12-21 02:53 AM
Yes i can share it in a private way (file sent in a private message to you)
2020-12-21 03:34 AM
Thanks @Houssem CHAABANI for your rapid answer
Problem solved : just need to declare uart4Baud in user Constants to solve the problem !
2020-12-21 03:38 AM
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