GPIO-MM-11
This product is supported for DSCUD 8.0 and above.
Overview
GPIO-MM-11 and GPIO-MM-12 boards provide 48 lines of DIO and 2 9513 based 16 bit counter timers.
Board Initialization
To use the GPIO-MM-11/12 board in an appllication using the UD, the application needs to perform a dscInitBoard on the hardware feature that is desired in the application.
The GPIO-MM-11 has two separate base address ranges for the two distinct hardware features. The DIO section of the hardware is controlled by a base address which is different from the base address for the register set to control the 9513 based counter timer circuitry.
Thus the application needs to perform a dscInitBoard twice if both the DIO and the counter timer functionality is desired.
This is shown in an example below. To use DIO functionality, use
To use the 9513 counter/timer functionality, use
Digital I/O
Refer to the GPIO-MM-11 user manual for detailed information on the counter and interrupt circuit features and configuration. Also refer to the user interrupt function descriptions in this manual for information on how to configure the counters and interrupts for your application.
GPIO-MM-11 Universal Driver Functions
Last updated