Touchgfx L8 Image Hard Fault Handler
Hello,
I'm using a display with stm32f4 + external memory for image and font.
The project runs well using flash in mapped mode.
Now I want using flash in indirect mode because I need use part of it for storing info.
I implement serial flash datareader and relative bsp methods.
Images with ARG8888 format are loaded correctly but images with L8_ARG8888 can't be loaded.
Micro goes in fault hadler when it loads L8_ARG8888 image.

L8 image format is supported when I use serial flash datareader?
If I change format of image from L8_ARG8888 to ARG8888 images are loaded in wrong way. What is the best practise for change type?
Thank you
Nicola

