STM32H743BI internal bootloader REMAPPING SYSTEM MEMORY in order to be able to jump to it's start address.
We're trying to use the internal bootloader (the one pre-programmed by ST)on a STM32H743.the datasheet says something about remapping system-memory in order to be able to jumpto it's start address.I have found some samples but they are general, and d...