Other Parts Discussed in Thread: SYSCONFIG
There are AGPIOs present in P55x, that require the registers AGPIOCTRLx and GPxAMSEL register bits to be set for them to be used as analog pins:
However, say I want to use the A15 ADC channel that is a AGPIO pin as shown:
I cannot use this ADC, as the corresponding bit in AGPIOCTRLx register is Reserved for AGPIO233, and hence not accessible/exposed:
So, the only way this AGPIO pin can be used as is as a GPIO and not an analog pin, as the GPyAMSEL bit for it is still accessible:
and is available on the P55x controlCard (no A15 on the Launchpad):
So, is my understanding correct that AGPIO233 cannot be used as an analog pin and thereby as an ADC, since it's corresponding bit in AGPIOCTRLx register is not accessible?