Hi
I am using pinmux in am1808 expereminters kit.in da850.c we have MUX_CFG( ).i was trying to add one more column in that for enabling GP4[14], GP0[9],GP5[11].
MUX_CFG(DA850, GPIO5_11, 11, 16, 15, 8, false)
MUX_CFG(DA850, GPIO4_14, 11, 16, 15, 8, false)
MUX_CFG(DA850, GPIO0_9, 11, 16, 15, 8, false)
In the above configurations GP5[11] is working fine. how can we get the perameters in this call. can any one give small description about the perameters.
Thanks
Vasu Vallabhaneni