Is it possible to send word(2 byte) data through UART when we set data wordlength of 8 bits???
Hi,I am using STM32F446ZE NUCLEo board. This board has many uarts and the Data Register is of 32 bit wide but maximum can be used is 9 bits, others are reserved.I have configured one UART channel UART5 and I am able to send series of byte data from m...