Hi,
I am using M0C1104 for i2c communication with oled.
I have to declare one global variable for oled buffer that has 1024 size and some other global variables.
Due to that much size my SRAM size is going to 1272 but M0C1104 have only 1Kb SRAM.
thats why i am getting error.
is this possible to store global variable in flash memory.