Expand sysparam or how to store an array inside
Posted: Fri Jun 12, 2020 10:01 pm
Hello, I would like to expand the sectors from the sysparam size, I have an array which I am storing every item as a sysparam entry but at some point, it fails to save because it reaches the end of the sysparam sector and I would like to expand I dont see a point where to tell the compiler to expand.
My other solution is to store the whole array inside one sysparam, but get retrieving the data it fails and restarts, if someone has an example of storing an array and retrieve it could be my other solution
My other solution is to store the whole array inside one sysparam, but get retrieving the data it fails and restarts, if someone has an example of storing an array and retrieve it could be my other solution