For the microcontroller STM32G473QET6, does it support code execution from External flash?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-28 3:37 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-29 7:42 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-28 9:25 AM
Reference Manual sections 2.1, 20.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-28 9:40 AM
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)
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-29 7:42 AM
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.
