STM32H7 returns extra byte in Get (device side). What is the extra byte?
When querying STM32H7 system bootloader with GET (0x00) command, it responds with:
31-00-01-02-11-21-31-44-63-73-82-92-FF-79
in e.g. STM32F4 series the response was:
31-00-01-02-11-21-31-44-63-73-82-92-79
The AN3155 document does not mention the extra byte or H7 protocol. I am using Rev 7 of AN3155.
What is the FF before the ACK (0x79)? Where can I get the recent protocol document for H7 series?
