Hi Folks
I have some confusion with setting up the AIO pins as per the SPRUFN3C control and interrupts guide...
Looking at the DSP2802x_gpio.h file included with the example projects, I see I should be able to set the AIO Mux as so:
GpioCtrlRegs.AIOMUX1.bit.AIO2 = 2; // AIO2 = A2 analog IN
However, looking at the table SPRUFN3C, Im not sure how to manage this for some of the other ADC's, say AIO1 = analog IN
Should it be: GpioCtrlRegs.AIOMUX1.bit.AIO1 = 1; ??
Its more the "AIO1" bit that Im puzzled over her, as AIO1 is not mentioned in the gpio.h...??
Thanks for any help, it would be much appreciated!