Readme.txt 594 B

12345678910111213141516171819
  1. The flash algorithm ST_STM32F746G_Disco_QSPI.elf assumes that the QSPI flash uses the pin layout below (same as on the ST STM32F746NG discovery board):
  2. QSPI_CLK PB2
  3. QSPI_CS PB6
  4. QSPI_D0 PD11
  5. QSPI_D1 PD12
  6. QSPI_D2 PE2
  7. QSPI_D3 PD13
  8. If another pin layout is used for the QSPI interface, please refer to:
  9. https://wiki.segger.com/STM32F746_Discovery
  10. The flash algorithm ST_STM32F723I_Disco_QSPI.elf assumes that the QSPI flash uses the pin layout below (same as on the ST STM32F723E discovery board):
  11. QSPI_CLK PB2
  12. QSPI_CS PB6
  13. QSPI_D0 PC9
  14. QSPI_D1 PC10
  15. QSPI_D2 PE2
  16. QSPI_D3 PD13