Hello,I'm using an STM32H743-EVAL2 board, I want to access the LCD screen to draw a PNG image, so I'm using a png library to load the image, and this library use "malloc".Unfortunately the RAM of the H743 is too small for handling large pictures, so ...