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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-04-10 12:33 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-04-10 3:03 AM
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.
