What does the data at the end of the inserted code mean when downloading the code?
Hello, everyone.
I downloaded the code to STM32H753 and then used STM32 Community to look at the data on the flash memory and suddenly I got one question.

I downloaded my code on flash memory bank 2 sector 0 (address 0x08100000) and found that the data value was written on the area that is supposed to be the last part of the code I downloaded.
The constant area was filled with 0xF7FFBFFE before the data appeared
This was also found in the source code .bin file I downloaded

What do these data mean?