We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all,
I'm using the flashfilesystem of the Realview Realtime Libary together with the RTX-Kernel. I have read that the flashfilesystem functions are not reentrant. so I can't use them safely from concurrent task.
To solve this issue my idea would be to implemement a wrapper modul that uses a mutex for exclusiv access to this functions. But this is a stupid work and adds a lot of overhead.
Anybody knows a more sophisticated way to solve this issue?
Thanks in advance
Rainer