Question
STM32F401RE UART Interrupt
Hello,
I'm new to embedded software and I have 2 questions about UART communication.
I've coded UART interrupt and have no problem with the transmit function, but the HAL_UART_Receive_IT(&huart2, rx, 10);
only read the first byte I passed to the serial port.
The second one is:
Does UART store byte received in a buffer and send them each time you read it.
Tanks in advance.
