This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310: wMBus - Buffering meter's data

Part Number: CC1310
Other Parts Discussed in Thread: WMBUS

Using wMBus presented from STACKFORCE, does CC13310 support buffering the reading of meters in the NVM? Or in RAM?

  • What we offer is a stack from a third party (stackforce). It sounds like what you would like to implement is something that normally is placed on the application layer meaning that if you want to store the data you get from the meter you can implement this.

    For nvs, you can look into the nvsinternal/ nvsexternal examples in the SDK on how you use the nvs driver.