How to configure USART for 9bit SPI Master
I'm using CubeMX to configure my STM32F413. I need 9-bit SPI, so I'm using the USART2.CubeMX is initializing the USART like this:/* USART2 init function */ static void MX_USART2_Init(void) { husart2.Instance = USART2; husart2.Init.BaudRa...