Question
STM32H723 bootloader via uart ,The first 32 bytes of the read command are all 0xff
hello,everyone!
Recently, I found a strange problem when using STM32H723's bootloader to download programs through uart.
When I tried to read out the 256 bytes I wrote and compared them, I found that the first 32 bytes were 0xff and the data after that was correct. After confirmation, these 32 bytes were indeed not written into flash, I don't know why?

