Question
SmartCard mode Parity is not initialized
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.
