User Activity

I tried to use bitmap caching with approach, where I cache all bitmaps except backgrounds during initialization, while background images are cached when changing screens. This method is described here:https://support.touchgfx.com/docs/development/ui-...
I am using eMMC memory with a STM32F769NI controller. For programming this eMMC I've written an external loader in STM32CubeIDE. My loader works fine with STM32CubePogrammer, but I also want to be able to debug my application from CubeIDE. How can I ...
/*UPDATE*/ It turned out that im my case the problem was in the start up routine:There was a "Start up" project (written not by me) that was downloaded at 0 flash address and it was jumping to another address where my project was located.I did not kn...
Kudos from