Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: V1.1.0.0, V1.1.1.0, V1.1.2.0, V1.1.3.0, V1.1.4.0, V1.1.5.0, V1.2.0.0, V1.2.0.1, V1.3.0.0, V1.4.0.0, V1.5.0.0, V1.6.0.0, V2.0.1.0, V2.1.0.0
-
Fix Version/s: V2.2.0.0
-
Component/s: cifX/netX Toolkit
-
Labels:None
-
Sprint:SDO Sprint 3
-
Account:Software Driver Os operational (SDODRIVER)
Description
When enabling the HWIF functions e.g. for SPI access and calling xChannelRegisterNotification() with ulNotification set to CIFX_NOTIFY_RX_MBX_FULL or CIFX_NOTIFY_TX_MBX_EMPTY the access to usWaitingPackages and usPackagesAccepted will fail because a direct access is performed instead of calling the HWIF functions.
Access should be done the same was as with ulNotification set to CIFX_NOTIFY_SYNC.