cancel
Showing results for 
Search instead for 
Did you mean: 

STMCube QSPI ExecuteInPlace Example

R Piacenzia
Associate III
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

1 ACCEPTED SOLUTION

Accepted Solutions
Posted on October 11, 2017 at 22:30

Keil's linker via regions named/described in the Scatter File (.SCT)

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
Posted on October 11, 2017 at 22:30

Keil's linker via regions named/described in the Scatter File (.SCT)

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