Persistent RAM

Hi
I am planing to store my log entries on the new Persistant RAM.
for that I want to store string array in Persistant RAM area.
is it possible to do ?

ADL_MEM_UNINIT(ascii logEntries[100][101]) ?

Note:
this is avaliable on the new SDK 2.10 with firmware 7.2 :slight_smile:

I checked the sample and it worked fine but with arrays and strings it gives me some issues when I am compiling to target.

Thanks

Asiri

What issues?

it was bunch of compiller erros.
but now sorted. recreated the project.

and started to play with PRAM :wink: