Skip to main content
Visitor II
September 4, 2019
Question

Using IC QSPI Flash

  • September 4, 2019
  • 1 reply
  • 887 views

Hi, I'm developing custom PCB board that using IC STM32H7 with QSPI Flash. the design of PCB is reffering to STM32F750-DK with same configuration (using same IC QSPI Flash and same pin function).

In example code of LTDC (IAR), the address of memory is assigned to QSPI_BASE = 0x90000000U without any configuration of QSPI peripheral an pin assignment. 

My question is what i need to do to use QSPI flash memory for storing data? 

is there anything i need to do except setting the linker to that address?

Thanks 

    This topic has been closed for replies.

    1 reply

    Graduate II
    September 4, 2019

    There would be BSP code that initializes the pins, clocks and peripheral side.​