STM32H7 with TouchGFX __libc_init_array hardfault
Hi, i'm using STM32H750VB and it has 128kB embedded flash, so i'm using an external 16MB qspi flash. When i'm trying to fit firmware to internal & external flash, i modified linker script like this: base hal libraries are located in internal flash and touchgfx libs/gui desingn binaries located in qpsi flash. In this configuration i get hard fault because when initializing __libc_init_array lib, its trying to load binaries from qpsi address space.
How to figure out this problem?