cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to work with QSPI single mode in "ExtMem_CodeExecution" Application of STM32H743I_EVAL

ozaig.0
Associate

when i try to config the QSPI module to work in single mode in the following way:

 QSPIHandle.Init.DualFlash     = QSPI_DUALFLASH_DISABLE;

instead of Jump to user application (in QSPI_BASE address)

i got hard fault

1 REPLY 1

Doesn't it interleave them?

Before trying execution, try inspecting the memory in the 0x90000000 region and checking that it is returning usable/viable data.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..