Skip to main content
JAlca
Associate III
April 10, 2023
Question

Hi all, I'm triyng to learn about TouchGFX and custom board. In the case you use a MCU without QSPI, like the stm32f411, is it possible to set memory mapped mode?

  • April 10, 2023
  • 1 reply
  • 1160 views

..

This topic has been closed for replies.

1 reply

ChahinezC
Associate II
April 10, 2023

Hello @JAlca​,

The memory mapped mode is a use mode of the QSPI/OCTOSPI/HSPI that it is used for the following cases below:

  • read and write operations
  • use the external memory device exactly like an internal memory
  • for code execution from an external memory device

Unfortunately I can not see how to use the memory mapped mode without using the STM32 MCU QSPI interface.

Best regards,

Chahinez.