2021-09-23 11:07 PM
Hi everyone,
I am using STM32F469/STM32F479 and want to integrate SBSFU with an SPI flash. Basically the active image is in MCU's 1 Mbytes flash and downloaded image is in the external flash. There are several questions I would like to know before I start.
Any suggestion is welcomed. Thanks.
Best,
Sean
2021-09-29 07:29 AM
Hello @SL61 ,
1) The SE_CallGate is part of MPU isolation. It's basically an attempt to emulate firewall used on L4 by an MPU configuration. It's not a copy-paste error or some other unused stub.
2) when manipulating with memory mapping, you need to be careful about the MPU. MPU has some constraints and cannot be configured to protect any memory range.
3) The firewall is the biggest differentiator indeed. Also dual bank management is quite different on L4. Also H7 example features external flash, but I doubt it would be more helpful than L4.
BR
J.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.