Synchronization of an access to the same resource - lock doesn't work

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
Hello
Im writing an application in which I need to access the same resource asynchronically from some functions.
The problem is that the resource (I2C bus) supports only one call at a time.
I did try to use the "lock" statement. It seems not to work.

Any idea?

Thanks

Eli



View the full article
 
Back
Top