Part Number: TMS320F280049
Other Parts Discussed in Thread: TIDM-02000, SYSCONFIG
I am trying to modify the TIDM-02000 and output the CMPSS3 High side output to GPIO24, but it is not output. Are there any other registers to set in the program below?
XBAR_setOutputMuxConfig(XBAR_OUTPUT1,XBAR_OUT_MUX04_CMPSS3_CTRIPOUTH);
XBAR_enableOutputMux(XBAR_OUTPUT1,XBAR_MUX04);
GPIO_setDirectionMode(24, GPIO_DIR_MODE_OUT);
GPIO_setQualificationMode(24, GPIO_QUAL_ASYNC);
GPIO_setPinConfig(GPIO_24_OUTPUTXBAR1);

