Hi all
I have an issue with getting erroneous readings on AIN16-AIN19 on a TM4C1290NCPDT on a custom board. I am reading static voltages. I am using a sequencer on ADC1 to measure the voltages, and for various reasons AIN16 is on a different sequence than AIN17-19. I read all 20 analog inputs, and the other 16 inputs are fine.
In searching the forum I found discussions of problems with AIN16-AIN19 for other part families, but I could not figure out if this is related (see link at bottom)
The code in question can be found on github https://github.com/apollo-lhc/cm_mcu/blob/bootloader_options/projects/cm_mcu/ADCMonitorTask.c
THe pins are configured with code generated from the TI PinMUX tool and as far as I can tell these pins are not different than other pins.
(As an aside I tried to check the configuration of the AFSEL and PCTEL registers for these parts but could not make heads or tails of what I got -- the values were never non-zero even for working channels.)
I realize I am not giving a lot of information here but i'm not sure what to write down; I am frankly hoping someone will tell me this is a known problem for this part.
Thanks
Peter