Touch GFX memory management
Hello,
I have gone through the KB articles of TouchGFX. But I think they are very shallow. Not able to found how memory management is done. I know a good graphical system needs lots of RAM so touch gfx needs external SDRAM. Ok I have got SDRAM. But how it uses the SD RAM? Normally software uses dynamic memory allocation for such purpose (example when it allocates memory for screen buffers or caching(loading) bitmaps). But in embedded system we cant easily use dynamic memory so some kind of tricks are implemented.
I am not able to find out how TouchGFX uses dynamic memory? Where we define the area which is used for caching bitmaps.
