cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the NVM API of the TESEO III ?

Gero
Associate II

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 ?

2 REPLIES 2
Francesco Virlinzi
ST Employee

Hi

Sorry but ST doesn't have an nvm_mount()  API.

Which documentation/code are you referring?

Thanks

Regards

Francesco

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