Solved
STMCube QSPI ExecuteInPlace Example
Posted on October 11, 2017 at 21:49
Hi,
The STM32CubeMX repository has discovery board example projects for using QSPI flash.
These example projects extern two variables:
#if defined(__CC_ARM)
extern uint32_t Load$$QSPI$$Base;
extern uint32_t Load$$QSPI$$Length;Where are Base and Length defined and initialized?
Thanks.
STM32Cube\Repository\STM32Cube_FW_F7_V1.7.0\Projects\STM32746G-Discovery\Examples\QSPI\QSPI_ExecuteInPlace\Src\main.c
