I need a place to hold network information after setting up or joining a radio network. I need to store a PAN Id, channel number/frequency, protocol type, etc.
I was thinking along the lines of U-Boot's system, whereby a simple ASCII text block is created, with the variable name and its value (as a string) is stored as simple <item>=<value> pairs.
Has anyone done this on the CC13xx/CC26xx?