TMS320F28388D: Missing the enum defination for MUX14 config OUTPUT XBAR in driver lib

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hi,

I am planning to use CMPSS8_CTRIPOUTH  to control MUX14  of OUTPUT XBAR,

In the TRM has defined like picture below:

image.png

But in the file xbar.h of driverlib library (I am using c2000ware v5.02) , There is no defination CMPSS8_CTRIPOUTH or CMPSS8_CTRIPOUTH_OR_CTRIPOUTL for MUX 14, there is only defination:

XBAR_OUT_MUX14_ADCEVT4 = 0x1C02,

XBAR_OUT_MUX14_EXTSYNCOUT = 0x1C03,

image.png

 

Can you explain that? And can I myself define XBAR_OUT_MUX14_CMPSS8_CTRIPOUTH = 0x1C00 and XBAR_OUT_MUX14_CMPSS8_CTRIPOUTH_OR_L = 0x1C01 for my usage?

Brs,

Longpt10

 

 

  • Hello,

    Thank you for your feedback. I checked in Syscfg and generated files and seems that CTRIPHOUTH is not assigned as mentioned in the TRM. Feel free to add those definitions in xbar.h file. Please let me know if it works out for you.