Skip to main content
Gero
Associate II
May 22, 2019
Question

How to use the NVM API of the TESEO III ?

  • May 22, 2019
  • 1 reply
  • 871 views

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 ?

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    May 23, 2019

    Hi

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

    Which documentation/code are you referring?

    Thanks

    Regards

    Francesco

    Gero
    GeroAuthor
    Associate II
    June 11, 2019

    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