This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How can I store more than 64 byte data to Flash, with MESH-config ?

The enocean_switch example has MESH-config example, to store data in FLASH, within the mesh rules.

I use it in my app, IT WORKS, but the biggest data array what I can store in Flash with MESH-config is 64 byte !

From bigger array size, for example 65, I get an error message:  "error: static assertion failed: "unspecified message""

I work with  SES 5.42,   nRF5_SDK_17.0.2, and  s132, SD v7.2.0.

Related