Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.31 KB

File metadata and controls

33 lines (17 loc) · 1.31 KB

Hands-on: QSPI_PreInitConfig

  1. Import QSPI_PreInitConfig project inside STM32CubeF7 MCU firmware package as shown below: STM32Cube_FW_F7_V1.15.0\Projects\STM32746G-Discovery\Examples\QSPI\QSPI_PreInitConfig

    Note: the location of STM32Cube_FW_F7_V1.15.0 is where you download and unzip en.STM32Cube_FW_F7_V1.15.0.zip as requested in item 3 of Prerequisite.
  2. Suggest to copy SW4STM32 folder and rename it (such as SW4STM32-to-CIDE) as shown below:

  3. Change the name from STM32746G-DISCOVERY to STM32746G-DISCOVERY_QSPI_PreInitConfig in .project file:

  4. Import the project and then build project.

  5. Enter "Debug Configuration":

  6. Enable and select external loader:

  7. Press OK to run debug and watch LED blinking:

  8. Set breakpoint at BSP_LED_Toggle inside GpioToggle() and watch the code really stops here where is located in QSPI: