I only have a small microcontroller which can hardly use the toolkit. May I only use the hardware access functions and toggle the bits myself?

It is possible to only use the hardware access functions provided in "cifXHWFunctions.c".

You will need to fill out a "DEVICEINSTANCE" structure yourself and call all "DEV_" functions from your driver/application.

NOTE: When using this method the cifX API will not be available to a user application.

 

The Toolkit comes with a working example using the DEV_ functions (see cifXTkitHWFunctions)