...
Excerpt |
---|
Options:
|
Restrictions
- Several functions must be implemented by the user, before being able to use the toolkit
- Basic Interrupt support is included. Only the start-up phase is done in polling mode. The interrupts will be activated after the device has been fully configured
- Hardware recognition like PCI scanning routines are not included
- On Big Endian CPUs, the user application will need to convert communication channel and send/receive packet content to/from Little Endian representation.
This is NOT automatically done inside the toolkit.
Only device global data from the system channel are converted by the toolkit. - The sample project, created for Win32, does not allow PCI cards (CIFX50 / CIFX90 etc.) being completely restarted (Hardware Reset), because PCI registers are not accessible from a Win32 user application.
...