Hi
I want to execute my app from the RAM to test if i'll get a considerable decrease in the current consumption.
I'm using : "s130_nrf51822_0.9.0-1.alpha" &"nrf51822QFAC"
I tried to follow this thread but it dosen't work (getting a hard default) .
My Questions :
- What is the IRAM configuration should i do ? When i use that config in the capture1 it's working if i don't add the main.c to be excuted from RAM as it's mentioned in the thread.
- Should i add only the main.c to be excuted from RAM, or it depends on the app ?
- When i add main.c to be excuted to RAM, i have to sleect IRAM2 (as in capture2) or IRAM1 ?
Thanks