cancel
Showing results for 
Search instead for 
Did you mean: 

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 ?

bully
Senior

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

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

View solution in original post

1 REPLY 1

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

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