MCUXpresso IDE v11.4.1 [Build 6260] [2021-09-15]
SDK_2.x_MIMXRT1160-EVK: Version 2.1.0
EVK1160 PCB
I am currently trying to setup CMP3, which would be configured as so:

In my peripheral config tool I believe I have it setup correctly:

I also made sure to setup the pins:
/*
* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
BOARD_InitPins:
- options: {callFromInitBoot: 'true', coreID: cm7, enableClock: 'true'}
- pin_list:
- {pin_num: K17, peripheral: CMP3, signal: 'IN, 3', pin_signal: GPIO_AD_30}
- {pin_num: J17, peripheral: CMP3, signal: 'IN, 4', pin_signal: GPIO_AD_31}
- {pin_num: L16, peripheral: CMP3, signal: OUT, pin_signal: GPIO_AD_19, pull_up_down_config: Pull_Up}
* BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
*/
So at this point I expected the comparator to be functional. I have 3.3V at K17 (non-inverting input) and the DAC ref down as low as it will go. But I don't see L16 go high. Is there any additional setup needed for the comparator to work?