Receiving more than one byte for HAL_UART_Receive
I'm a bit confused on how to receive data with multiple bytes and store it to some buffer on the stm32 microcontroller?Currently I have a python script that will send the data over uart serial "serial.Serial.write(b'4215'))"Then I have a UART interru...