Hi,
I use the GPIO driver package of the pdk_am57xx_1_0_4 on a DSP core of an am5728. I want to control a GPIO which is also used by some software running on the am5728s ARM cores. Since the ARM cores do the initialization there is no need to configure the GPIO again and I added the GPIO_DO_NOT_CONFIG 'flag' to the GPIO pin config. Unfortuantely that results in a raise of the pin number by one.
I already have a workaround, and yes, it's generally bad practice to share resources between cores in such way. But it seems to be a bug so I think you should know.
Best,
Tim