First of all i'm a newbie.
Referencing the GPIO LLD in pdk_omapl137_1_0_10, it seems to me that there is a problem on the GPIO_v0_hwAttrs
It is in defined GPIO_soc.c as
/* GPIO Driver hardware attributes */
GPIO_v0_hwAttrsList GPIO_v0_hwAttrs =
{
{
CSL_GPIO_0_REGS,
&GPIO_intCfgs[0][0],
NULL
}
};
It is used in GPIO_V0.c as
GPIO_v0_hwAttrs[portNum];
In this way only port 0 is working (only 1 item in the array), and port 0 is the port used in the led blink demo.
But i need a GPIO in other ports, and would prefer do not change the pdk