Part Number: MSP432P401R
The goal is to use SysConfig for TI-RTOS to configure the ADC to measure the MCU's internal temperature sensor so I can use the TI-RTOS functions to handle the conversion. I do not want to use ADCBuf, I want to handle the conversions on the fly. Unfortunately the SysConfig has a dependence on an external pin through the "PinMux" tab. Does anybody know how I would configure the ADC through SysConfig to measure the internal temperature sensor so I can use the TI-RTOS functions to handle the conversion?