How to support reentrancy in nxpusblib

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to support reentrancy in nxpusblib

234 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by sharvareedeo on Thu Sep 13 04:53:02 MST 2012
we are using chaFS and nxpusblib, we need to have simultaneous read call to usb for accessing its content in two different threads. how to achive this?
Labels (1)
0 Kudos
1 Reply

223 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nxpUSBlib team on Wed Sep 19 14:05:45 MST 2012
I'm afraid the current design of nxpUSBlib doesn't support reentrancy in general. However it may be possible by adding synchronization in a few key areas of the libarary to accomplish simultaneous read calls.
0 Kudos