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
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