Skip to main content
R Piacenzia
Associate II
October 11, 2017
Solved

STMCube QSPI ExecuteInPlace Example

  • October 11, 2017
  • 1 reply
  • 770 views
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

    This topic has been closed for replies.
    Best answer by Tesla DeLorean
    Posted on October 11, 2017 at 22:30

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

    1 reply

    Tesla DeLorean
    Tesla DeLoreanBest answer
    Guru
    October 11, 2017
    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..