Error with custom baudRate cubeMX 6.1.1 [solved]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-21 2: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.
- Labels:
-
STM32CubeMX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-21 3: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-21 2:26 AM
Hello @MLE S.1​ ,
Could you share your .ioc file ?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-21 2:53 AM
Yes i can share it in a private way (file sent in a private message to you)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-21 3:34 AM
Thanks @Houssem CHAABANI​ for your rapid answer
Problem solved : just need to declare uart4Baud in user Constants to solve the problem !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-21 3: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
