2023-01-07 03: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.
2023-01-07 04: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
2023-01-07 04: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