Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK
Hi,
Since there hasn't been a Z-Stack 3.0.2 release yet, I wanted to ask what working code I could add to resolve the below issue:
There is a bug where some items in NV memory are deleted and set to their default value if the device is booted or running at a voltage close to VDD_MIN_NV. This is because there was no check done to confirm that the NV Item needed to be initialized to the default value. A fix is being formulated to add an NV check during initialization to set the NV item to the default value only if it was actually initialized and did not exist previously.
Is there any code that would serve as a quick fix for this problem?