How to create project in CubeIDE for STM32H750B-DK board that will use internal (128KB) and qspi external flash for code - any examples or docs ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-07 3:21 PM
Hello,
I'd like to learn more and understand how to create project that will work with code in internal and (or only in) external Flash ?
Examples in CubeH7 seems to be set to address of external Flash memory.
Thanks in advance,
regards.
Solved! Go to Solution.
- Labels:
-
QSPI
-
STM32CubeIDE
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-07 4:27 PM
Should be examples that build either way, but you need code in internal FLASH to bring up clocks, and external memory
STM32Cube_FW_H7_V1.9.1\Projects\STM32H750B-DK\Examples\QSPI\QSPI_MemoryMappedDual
STM32Cube_FW_H7_V1.9.1\Projects\STM32H750B-DK\Examples\BSP\readme.txt
STM32Cube_FW_H7_V1.9.1\Projects\STM32H750B-DK\Templates\ExtMem_Boot\readme.txt
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
‎2023-01-07 4:27 PM
Should be examples that build either way, but you need code in internal FLASH to bring up clocks, and external memory
STM32Cube_FW_H7_V1.9.1\Projects\STM32H750B-DK\Examples\QSPI\QSPI_MemoryMappedDual
STM32Cube_FW_H7_V1.9.1\Projects\STM32H750B-DK\Examples\BSP\readme.txt
STM32Cube_FW_H7_V1.9.1\Projects\STM32H750B-DK\Templates\ExtMem_Boot\readme.txt
Up vote any posts that you find helpful, it shows what's working..
