This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC1350: Moving a specific array to GPRAM

Expert 1600 points
Part Number: LAUNCHXL-CC1350


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?