Hello TI Friends,
I'm using the 3 comparator's. My idea is to compare an external voltage with the internal reference Voltage to trigger an Interrupt. I am also using the driverlib which is provided from TI. And my Problem is: I want to configure the respective GPIO pin for the Comparator with the function GPIOPinConfigure(uint32_t ui32PinConfig);.
For "uint32 ui32PinConfig" i looked at the Header-File pin_map.h and there was not a Pin for the Comparator(Pins: PC7, PC4 and PP1) and now i dont know what ui32PinConfig for the Comparator coud be. This three Pins are analog Inputs, could be that the Problem?
Best regards