cancel
Showing results for 
Search instead for 
Did you mean: 

For the microcontroller STM32G473QET6, does it support code execution from External flash?

APras.2
Associate
 
1 ACCEPTED SOLUTION

Accepted Solutions
ChahinezC
Lead

Hello @APras.2​,

With the STM32G473 you can use the QuadSPI interface in the memory mapped mode in order to:

• To use external Quad-SPI Flash memory like an internal memory, so any AHB master can read data

autonomously.

• For code execution from external Quad-SPI Flash memory.

I recommend you referring to the AN4760 for more details.

Thank you.

Chahinez.

View solution in original post

3 REPLIES 3
gbm
Lead III

Reference Manual sections 2.1, 20.1

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice

Yes, you should be able to memory map the QUADSPI device, have it present on the I and D-Bus

Should support devices up to 256MB (2Gb)

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

Hello @APras.2​,

With the STM32G473 you can use the QuadSPI interface in the memory mapped mode in order to:

• To use external Quad-SPI Flash memory like an internal memory, so any AHB master can read data

autonomously.

• For code execution from external Quad-SPI Flash memory.

I recommend you referring to the AN4760 for more details.

Thank you.

Chahinez.