System Memory UART Protocol could not Read continuously
Hi,
I am testing the System Memory UART protocol in STM32G070CB.
I tried the Get command, the Go command, and the Read Memory command standalone, all success.
However, when I try to execute the Read Memory command, which is successful, and then execute the Read Memory command, the ST does not send any response.
Full pattern:

Successful Enter Boot Mode:

Read Memory CMD with Address = 0x0801FFF0 and read data size is 0x10

Try to execute the Read Memory CMD again but without ACK/NACK


As I know, the protocol is able to execute other CMD when the pervious CMD completed or Failed.
How could I execute CMD continuously?
Note: UART Protocol version of the MCU is V3.1

