SBSFU keeps rebooting - SE_IsUnprivileged() always return 1
Hi,
I'm trying to implement secure boot and secure firmware update on STM32F415RGT6 but I'm having hard time with SBSFU code.
I already compiled the example STM32F413H-Discovery making adjustment for flash and ram in linker file. Then I runned the SBSFU on microcontroller but this is what I get from console log.
I stepped into debug session and found that the microcontroller keeps rebooting because function SE_IsUnprivileged() always return 1, which means non-privileged mode.
It may be a wrong memory mapping??
Thanks
