2021-03-13 05:31 PM
2021-03-13 06:09 PM
Look at the .ICF files, look at other examples and documentation.
STM32Cube_FW_H7_V1.5.0\Projects\STM32H743I-EVAL\Examples\QSPI\QSPI_ExecuteInPlace\EWARM\stm32h743xx_flash.icf
STM32Cube_FW_H7_V1.5.0\Projects\STM32H743I-EVAL\Applications\ExtMem_CodeExecution\ExtMem_Application\FreeRTOS\EWARM\QSPIflash_ExtrenalSDRAM.icf
2021-03-16 09:55 AM
Thanks, I have it working now, using non-addressable external flash and bitmap cache.
2021-03-16 10:36 AM
More of a general question now @Community member :-
Looking at forum posts related to external flash and the documentation, the focus in on reading the images / fonts / text data via a file system, rather than directly via addressable flash or non-addressable flash with a loader. Is it possible either way?
https://support.touchgfx.com/docs/development/ui-development/touchgfx-engine-features/font-cache
2021-03-16 11:07 AM
Binary fonts want you to point at a mapped address (ie somewhere in the MCU's 4G addressable space), this could either be a QSPI address, Internal Flash, or a RAM address where you've pulled the data from a "file" or other non-mapped resource