Hello,
I know this question is more related to Zephyr than Nordic, but I wanted to try asking here.
I’m using the SMP service to send files to my device on a LittleFS partition. I use this partition as a buffer to exchange JSON files with a mobile phone. However, it seems there is no mechanism in place to protect against concurrent accesses that may occur during file read/write operations between my code and SMP’s. Is there an SMP backend function that can be reimplemented to add mutex protection?
Do you have any idea how to solve this issue?
Best regards,
Aurélien