Port fails on __IS_SFU_RESERVED()
Hi,
I've been trying to port the STM32H753 SBSFU project to the STM32H735G-DK.
The bootloader fails in SFU_BOOT_Init due to failing SE_Init().
This is the result of __IS_SFU_RESERVED() failing it's test:
0x08008A00 < 0x08008061 < 0x0801FFFF (SB_REGION_ROM_START < __get_LR() < SB_REGION_ROM_END).
As you can see the LR register value is outside of the expected range.
Does anyone have an idea why this could be the case?
Thanks!
