Resolved! receive unknown length frames with UART
Hello everyone,I’m working on an embedded project where I need to receive a variable-length stream of bytes via UART on an MCU STM32H750. The key points are:All bytes are payload, no start or stop bytes, no protocol framing.The number of bytes is un...