Hi,
My requirement need the analog pins to be configured as digital enabling me to connect LED's.
I would like to configure the analog pin AA6 as digital.
I have configured both the aiomux1 as well as the aiodir registers for my requirement.
However, the values are not getting updated in the watch window and the voltage (approx 1.4v) is appearing on the pins when checked with a multimeter.
My code to configure is as follows
EAALLOW;
GpioCtrlRegs.AIOMUX1.all= 0x00000000;
GpioCtrlRegs.AIODIR.all= 0x00000040;
EDIS;
i also need some clarification with respect to the pins being labelled as AA1 AB1 and so on. what is the difference between AA1 and AB1?
kindly advise.
