2019-09-03 10:11 PM
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
2019-09-04 12:09 AM
There would be BSP code that initializes the pins, clocks and peripheral side.