2021-12-23 09: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.
2022-03-07 06: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.
2021-12-24 12:48 AM
Hello @yundm2 ,
Thanks for your feedback,
Could you please share your .ioc file?
Regards,
Sara.
2021-12-24 07: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.
2021-12-24 07:59 AM
Hello,
You are right, I confirm the issue and I reported it internally.
Thanks for your contribution,
Regards,
Sara.
2022-03-07 06: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.