Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
code of the external NOR flash can be XiP on the stm32h750b disco but finally crashes |
Beta Was this translation helpful? Give feedback.
-
building/linking/flahing the samples/application_development/code_relocation_nocopy on a disco stm32h750 (dual qspi NOR flash)
on instruction 0x90000008 <function_in_ext_flash+8>: bl 0x90000030
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following the #68607 I am trying to run the samples/application_development/code_relocation_nocopy/ on the stm32h750b disco kit.
My branch https://github.com/FRASTM/zephyr/tree/xip_h7
This target board has a Dual quad flash connected to the dual quad-spi bus at memory address 0x90000000.
The stm32qspi driver has a problem addressing the dual quad:
if configured in dual Flash Mode,
then the magic and SFDP is not recognized probably because it is mixing data received from both flash devices:
Then, just for test, skipping the SFDP, the memory examination at external flash address 0x90000000 is read correctly after setting the external flash in MemMapped mode. But a MPU fault occurs :
Note that this is more or less the same situation with the stm32h747i_disco_m7
Beta Was this translation helpful? Give feedback.
All reactions