How to deal with unknown length of the UART receive in Interrupt mode even after using Interrupt for each byte?
I am working on a embedded board using STM32H743ZI MCU. My test App ABC on windows PC send commands to the MCU over USB. STM32 MCU after receiving this command as input, sends a part of it to the chip XYZ presnt on the same board using UART. Now chip...