2019-05-22 05:15 AM
Hi,
I'm working with the TESEO III (STA8090). I want to save data on the NVM of the chip. Using the gps_nvm API by ST, I call the nvm_open() function and next the nvm_mount() nvm_create() function to creat a memory slot. The function returns success but the debugging log shows that it failed to create the item. Moreover the nvm_write function fails to write the slot.
Following the documentation, I use the slot ids allowed to the user.
Have you face this problem before ? Do you have any advice or example to acheive writing and reading the NVM ?
2019-05-23 05:38 AM
Hi
Sorry but ST doesn't have an nvm_mount() API.
Which documentation/code are you referring?
Thanks
Regards
Francesco
2019-06-11 04:10 AM
Hi,
Sorry it was a mistake, I not using the nvm_mount() but the nvm_create() function.
I'm referring to the documentation "Automotive Product Group - NVM spcification"
Best