This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to make the flashfilesystem of RTL reentrant?

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