2021-01-22 04:05 PM
Hello
I am working On 7.8 Inch display With STM32L496ZG Nucleo board,The RAM Size of Board is 320KB , When I Declare the BMP Image Buffer In Program then RAM Overflow Issue , My Image Buffer Size is more then 600000. Anyone help me to solve the issue ?
2021-02-01 01:48 AM
Externaly to MCU connected QSPI flash or SDCARD or .... any external storage
or LIBJPEG when 12 jpg images store to internal FLASH
2021-02-01 01:52 AM
yes i have interfaced Micro SDCARD With STM32 but how it is possible ?
2021-02-01 03:32 AM
This q is OOT , try start new thread
2021-02-01 04:15 AM
Learn how files work.
Learn data format/structure of these files.
Paint to screen a line/raster, or partial, at a time, so you don't need to hold entire file in memory at a time.
I'd have to imagine someone you work with has some experience or expertise.