Dear ST Community,I'm currently working on STM32F091RC using STM32Cube IDE, and I've encountered an issue with handling UART receive interrupts for variable-length data. Currently, I have set a fixed length of 5 bytes for the data, and the UART commu...