Tool/software: Code Composer Studio
Greetings! I`m looking at the 2 example for CMPSS. So I`ve noticed in the init function it `s used the output X-Bar -
[code]
XBAR_setOutputMuxConfig(XBAR_OUTPUT3, XBAR_OUT_MUX00_CMPSS1_CTRIPOUTH);
XBAR_enableOutputMux(XBAR_OUTPUT3, XBAR_MUX00);
[/code]
I do not understand how should I read this value? Do I have to use the input X-bar to read the filter output? There is nothing in the examples...
Thanks!