2024-08-20 6:09 AM
Deos anybody know how to change UART configuration to send MSB or LSB first? I use STM Cube MX with STM32F446RE.
2024-08-20 6:19 AM - edited 2024-08-20 6:23 AM
UART/USART in the STM32F446 always transmits LSB first, there is no option to switch to MSB first.
Regards
/Peter