Associate
August 17, 2026
Solved
STM32N657L0 NOR flash XIP/LRUN problem
- August 17, 2026
- 4 replies
- 36 views
Hi,
I’m trying to run a simple FSBL application from NOR flash on a custom STM32N657L0 board. The application runs without any issues in Dev-Mode from RAM. However, when I sign and flash the same application, it does not run.
I’m using a custom external flash loader for the W25Q64JV NOR flash, based on the template provided in the STM32Cube repository. I’ve attached it for your reference.
I also have a question regarding VDDCORE. It is currently set to 0.89 V, while we are operating in normal-speed mode. Should we reduce the voltage to 0.8 V? Could the current VDDCORE setting be a potential cause of the problem?
General info:
- Board is working with 3v3 domain
- XSPI2 is used.
- HSE with no PLL is used (48MHz).
I have used the following the guides provided by ST for the tests:
