Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 9 months ago.
store bitmap in flash
hello
i want to store few 5k bitmaps into flash, but the compiler puts it into ram. can someone tell me how to setup the array´s and using it? b_alarm.c: unsigned char balarm[]={8 pixel per row 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, ...........
main.cpp:
extern unsigned char balarm[];
how do i have to change so it would be in Flash not in ram??
thx
wollywell