2017-10-11 12:49 PM
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
Solved! Go to Solution.
2017-10-11 01:30 PM
Keil's linker via regions named/described in the Scatter File (.SCT)
2017-10-11 01:30 PM
Keil's linker via regions named/described in the Scatter File (.SCT)