TouchGFX problem when trying to render 2 images on the same screen
Dear All,
I am developing an application on the STM32F746 that uses TouchGFX. I am able to load some images from my SD card to the primary cache and I am able to display the images individually on the screen. But when I try to display them together I am struggling. One of the images has unknown size at compile time, since it is loaded from the SD card.
This is what does my screen look like in the TouchGFX designer:

Both DynamicBackground and DynamicIcon_1 use the same configuration:

At times, in my application I need to be able to show one of them or both of them. The location of the image is supposed to be passed by the application.
What I am experiencing is that if I try to draw one image, while the other is already being drawn, I am getting a hardfault at this point:

From what I have seen so far, if I set the alpha of each image less than 255, then I am not experiencing this issue.
But I am trying to understand why does this happen and if there is a fix that does not require to change the alpha of the images.
Thank you in advance
