Details
-
Type: New Feature
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V1.2.0.1
-
Fix Version/s: V2.0.0.0
-
Component/s: Linux Driver
-
Labels:None
-
Account:SDO Driver (SDODRIVER)
Description
Add support for irq based handling of handshake bits. This reduces CPU load since in polling the handshake flags is done via busy wait.
NOTE: This mode uses linux GPIO framework which does not support level triggered interrupts as required by netX devices. A workaround has been introduced in the ISR, which should prevent missing an interrupt. It has been verified to work under default conditions, but may not always work.