Question
library-function access on packed text structures
We have discovered that it seems that TouchGfx library functions like "InternalFlashFont::getPixelData" accesses the packed (2 Bytes) text ressources with a unpacked (4 Bytes) access.
This ends up in an misaligned HardFault.
What goes wrong here?
