Posted on November 16, 2015 at 02:29
Looking for guidance on how to robustly handle UART errors using HAL. Got a two-board app communicating based on the UART_TwoBoards_ComIT example and various forum messages, but any sort of error throws it in...
Posted on September 23, 2015 at 05:08
Having trouble getting USART2 working on both of mySTM32F072 Discovery boards. USART 1, 3, and 4 work fine.
Here's a test program that fires off the port number in a loop. It's basically similar to wh...
Posted on September 25, 2015 at 04:54Bingo.Several pins on this Discovery board are used for the touch sensor, including PA2 and PA3. Did the recommended mods and USART2 works now. Thanks for the pointer.