But if i store values in 8b long, with 480x270 2D array it should be as low as 0.99Mb ?
if i can't store values in ram, can i inside boot flash ?
i know that STM32F4 with internal 1M memory can store 5-7 pictures in RGB565 format at 480x272 resolution, but if i create array
like const unsigned char picture[261120]={data......} i get linker errors. Boot flash is M25P16VP. So how can i store picture in boot flash ?
↧
Re: Large array
↧