Flash durability of eDRX value storage on the nrf9160

What is the durability, or number of expected lifetime cycles, of the persistent edrx value storage on the nrf9160. We're in a situation where we may update the value somewhat frequently, so we'd like to ensure we're not at risk of wear-leveling the device.

Additionally, does the modem have guards that avoid re-writing to the eDRX storage if the written value is the same as the stored value?

Parents
  • Hello,

    Just changing the eDRX value won't immediately save it into the flash.

    From the eDRX setting +CEDRXS AT command documentation:

    The set command sets the requested eDRX parameters. The command configuration is stored to NVM approximately every 48 hours and when the modem is set to minimum functionality mode with the +CFUN=0 command.

    What is the durability, or number of expected lifetime cycles, of the persistent edrx value storage on the nrf9160. We're in a situation where we may update the value somewhat frequently, so we'd like to ensure we're not at risk of wear-leveling the device.

    We guarantee flash endurance of 10 000 writes.

    Additionally, does the modem have guards that avoid re-writing to the eDRX storage if the written value is the same as the stored value?

    I would assume that we do, but I would need to check that.

    Best regards,

    Michal

Reply
  • Hello,

    Just changing the eDRX value won't immediately save it into the flash.

    From the eDRX setting +CEDRXS AT command documentation:

    The set command sets the requested eDRX parameters. The command configuration is stored to NVM approximately every 48 hours and when the modem is set to minimum functionality mode with the +CFUN=0 command.

    What is the durability, or number of expected lifetime cycles, of the persistent edrx value storage on the nrf9160. We're in a situation where we may update the value somewhat frequently, so we'd like to ensure we're not at risk of wear-leveling the device.

    We guarantee flash endurance of 10 000 writes.

    Additionally, does the modem have guards that avoid re-writing to the eDRX storage if the written value is the same as the stored value?

    I would assume that we do, but I would need to check that.

    Best regards,

    Michal

Children
Related