Hi
I've checked posts on moving .data or .bss from SRAM to GPRAM and I can adjust the lds file to do that. A few question(s) here:
1- is it possible to move "a specific global array only" (in .bss) to GPRAM (example: BlackImage in the attached photo)? How?
2- I understand using GPRAM will come at higher sleep power consumption cost, can I delete the array after use to save this power? I don't mind losing the info stored in it after use? If yes, how should I define it?