Hello,
I need to store some app configuration on the FLASH and I'd like to use the features of pstorage module. I don't understand the following thing ...
When the application starts, it uses the pstorage_register (after the pstorage_init of course) to register itself to the pstorage module and then uses it with load and store feature. On restart I can't read what I stored on the previous execution. How for each reboot of application the pstorage knows what's my app FLASH area with my saved info ? I can't find this information ...
Thanks. Paolo.