Other Parts Discussed in Thread: SYSBIOS, OMAPL138
When the following line is executed in debug
GPIO_setConfig(0, GPIO_DEVICE_CONFIG(0, 5)|GPIO_CFG_IN_INT_RISING|GPIO_CFG_INPUT);
a console error is reported as;
[C674X_0] ti.sysbios.family.c64p.Hwi: line 189: E_invalidIntNum: Invalid interrupt number: intr# 0
The call back array is initialized as
//// GPIO Driver call back functions
GPIO_CallbackFxn gpioCallbackFunctions[] =
{
NULL
};
SYS/BIOS is 6.76.3.01
omap138PDK is 1.0.10
NDK is 2.26.0.08
it will not compile with NDK 3.61.1.01
John