2026-01-16 5:55 PM - edited 2026-01-16 5:57 PM
When choosing SmartCard mode for USART, parameter Parity is automatically set to Even. However generated code in usart.c, does not has:
hsmartcard1.Init.Parity = SMARTCARD_PARITY_EVEN;
Only when I manually reselect that in GUI, the parity will be set in the generated code.
I am using Nucleo-G0B1RE.