Hello,I am writing a programm for a raspi cm4 to flash a programm on an STM32 using the UART bootloader. The raspi parses some hex file that I want to flash and sends data packets to the bootloader using the 0x31 write command. Here is what I have ac...