This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280049: Using the OUTPUTXBAR to achieve the operation of logical OR?

Part Number: TMS320F280049
Other Parts Discussed in Thread: SYSCONFIG

Hi Champs,

I am asking for my customer.

The two comparators of CMPSS1 are used to judge the two protection conditions, and this two signals pass through OUTPUTXBAR to achieve the operation of logical OR, is the following achievable?

//myOUTPUTXBAR0 initialization
    XBAR_setOutputLatchMode(XBAR_OUTPUT1, false);
    XBAR_invertOutputSignal(XBAR_OUTPUT1, false);

    //Mux-configuration
    XBAR_setOutputMuxConfig(XBAR_OUTPUT1, XBAR_OUT_MUX00_CMPSS1_CTRIPOUTH); //A2/B6/PGA1_OF
    XBAR_setOutputMuxConfig(XBAR_OUTPUT1, XBAR_OUT_MUX01_CMPSS1_CTRIPOUTL); //A3

    XBAR_enableOutputMux(XBAR_OUTPUT1,XBAR_MUX00);
    XBAR_enableOutputMux(XBAR_OUTPUT1,XBAR_MUX01);

    GPIO_setDirectionMode(24, GPIO_DIR_MODE_OUT);
    GPIO_setPadConfig(24, GPIO_PIN_TYPE_STD);
//    GPIO_setQualificationMode(24, GPIO_QUAL_ASYNC);// No Qualified
    GPIO_setPinConfig(GPIO_24_OUTPUTXBAR1);

Because I see this sentence as below:

The X-BAR allows the selection of a single signal or a logical OR of up to 32 signals