Hello,
I'm trying to have a Mesh device act as a writable NFC device, however I'm running into an issue with conflicting flash storage.
Mesh seems to use PERSISTENT_STORAGE 1
NFC seems to use FDS, and when PERSISTENT_STORAGE is set to 1, this seems to cause a start up fault.
Is there a method of having the NFC use the same storage layer that Mesh is using?
(I'm using Mesh SDK 5 and 17.02 SDK lib)