Resolved! STM32F411VET UART2 questions
Hi, I've some questions about STM32F411VET and UART2.Is UART2 in this MCU native or emulated?I ask this, because despite I use an interrupt to receive data through calling to "void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart)" callback, I had t...