User`s manual
Software Manual • EKF Intelligent I/O Controller Family On
CompactPCI
- 68 -
EKF Elektronik GmbH * Philipp-Reis-Str. 4 * D-59065 HAMM (Germany)
Tel. +49 (0)2381/6890-0 * Fax. +49 (0)2381/6890-90 * E-Mail info@ekf.de * Internet http://www.ekf.de
ErrorWarningIrqCount:
The number of Error Warning Interrupts. This count is incremented on every bus
status change (bus-on to bus-off or vice versa).
ErrorPassiveIrqCount:
The number of Error Passive Interrupts. This count is incremented when the CAN
controller reaches the error passive status (at least one of the SJA1000 internal error
counters reached the level of 127) or leaves the error passive status.
WakeUpIrqCount:
This count is incremented on every CAN controller wake-up.
TransmitErrorCount:
The number of frames whose transmissions failed.
EKF_DOWNLOAD_PARAMS
A structure that is used to pass download parameters to the firmware when downloading a
new firmware binary.
typedef struct _EKF_DOWNLOAD_PARAMS
{
UINT32 byteCount;
UINT32 flashOffset;
} EKF_DOWNLOAD_PARAMS, *PEKF_DOWNLOAD_PARAMS;
byteCount:
The number of bytes that are following this structure (the real download data). This
number should be aligned to INT32, i.e. the last two bits should be 0.
flashOffset:
The offset within the flash ROMS in bytes where the download data block should
written to. This offset should be aligned to INT32, i.e. the last two bits should be 0.










