Single byte transmission is not working in USART on nucleo-f411re
Hi Team,Currently I am doing bare-metal programming in STM32F411 using Nucleo-F411RE board; pins PC6/PC7.For USART6, I am trying to transmit string and bytes, in this string is working fine, but for single byte transmission it is not working? void r...