Hi Guys,
I am trying to read all the CPU temperature sensors (Temp1: ADC1[31], Temp2: ADC2[31], Temp3: ADC2[30])
Temp1 and Temp3 works well, but I got no value neither id from the AD2 in the case of Temp2.
pinmux settings seems to be ok:
pinMuxReg->PINMUX[174] &= 0XFEFFFFFFU;
PINMUX_TEMP1_ENABLE(ON);
PINMUX_TEMP2_ENABLE(ON);
PINMUX_TEMP3_ENABLE(ON);
AD2 channel select also seems to be ok. (0xCxxxxxxx)
The MCU silicon is revb: TMS5704357BZWTQQ1 YFB-66AR5FW.
Do you have any idea on this?
Regards, Szilárd