Replies: 2 comments
-
there is a risk for race condition, host can just write data at anytime even if you check is it not now, it can write when you start or in the middle of flashing. The way to do this is:
Note: after local modifed, the data won't be updated by host, host has comprehensive data caching (both read/write). I forgot the detail, but i think you can find approach somewhere in the dicussion/issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks I will proceed with this approach |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm new to MSC and I'm wondering if it's possible to detect that HOST has finished writing(so I can check for file moditifations and take respective actions?).
Any hints highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions