Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By beckmx
#87537 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