Skip to main content
ozaig.0
Visitor II
February 7, 2019
Question

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

  • February 7, 2019
  • 1 reply
  • 610 views

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

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
February 7, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..