CubeMX 6.4 generate codes with a wrong statement about UART4 in STM32F303RC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-23 9:51 PM
When set TX Pin Active Level Inversion to Enable, CubeMX generate a wrong statment:
LL_USART_SetRXPinLevel(UART4, UART_ADVFEATURE_RXINV_ENABLE);
Solved! Go to Solution.
- Labels:
-
STM32CubeMX
-
STM32F3 Series
-
UART-USART
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-07 6:41 AM
Hello @yundm2​ ,
This issue is fixed in STM32CubeMX latest release.
V6.5.0 is now available under this Link.
When your issue is solved, please close this topic by choosing Select as Best.
Thanks for your contribution.
Sara.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-24 12:48 AM
Hello @yundm2​ ,
Thanks for your feedback,
Could you please share your .ioc file?
Regards,
Sara.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-24 7:33 AM
Not the OP but it's easy enough to replicate.
Seems like the LL library generation in CubeMX is still lacking. Lots of examples like this.
UART_ADVFEATURE_RXINV_ENABLE exists, but of course is in the HAL library, not the LL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-24 7:59 AM
Hello,
You are right, I confirm the issue and I reported it internally.
Thanks for your contribution,
Regards,
Sara.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-07 6:41 AM
Hello @yundm2​ ,
This issue is fixed in STM32CubeMX latest release.
V6.5.0 is now available under this Link.
When your issue is solved, please close this topic by choosing Select as Best.
Thanks for your contribution.
Sara.
