2019-11-13 05:32 AM
Hello,
As I understand FMC bus uses CS when with other device.
Does it mean that we can use more than one device at the same time from different threads ?
Thank you,
Ran
2019-11-13 05:46 AM
They don't access the device concurrently, access is serialized.
2019-11-13 06:09 AM
Do you mean that the serialization is done in HW (controller), and not required software protection ?
Thanks