STM32F7 UART problem
Posted on July 16, 2015 at 03:57 I'm using the HAL drivers for the first time and I'm trying to implement the UART protocol. I used the stm32f74g... examples for the UART and copied part of the uart-polling example. The problem I get is t...