Hello,i'm trying to use UART with STM32F767ZI Nucleo board. I'm using the following simple code (the essential parts):/* USER CODE BEGIN PV */
uint8_t a[] = {0x81, 0x00, 0x00, 0x00, 0x00};
uint8_t b[] = {0x00, 0x00, 0x00, 0x00, 0x00};
uint8_t error[]...