Part Number: TMS320F280049C
Tool/software: Code Composer Studio
Dear Sir,
The MUXxx in the X-BAR chapter of F280049C CPU has never been understood, so in some programs, the instructions related to X-BAR cannot be connected to the actual circuit in inside of F280049C CPU. Now, the following 5 lines of instructions, please advanced and help explain for me. The best way is point out where can I find the relation’s figure , table or page from "TMS320F28004x Microcontrollers, Technical Reference Manual, Literature Number: SPRUI33C" . Thank you very much for your advanced help.
#1 XBAR_enableEPWMMux(XBAR_TRIP4, 0x00);
#2 XBAR_setOutputMuxConfig(XBAR_OUTPUT3, BAR_OUT_MUX00_CMPSS1_CTRIPOUTH);
#3 XBAR_enableOutputMux(XBAR_OUTPUT3, XBAR_MUX00);
#4 XBAR_setEPWMMuxConfig(XBAR_TRIP4, XBAR_EPWM_MUX00_CMPSS1_CTRIPH);
#5 XBAR_enableEPWMMux(XBAR_TRIP4, XBAR_MUX00);
Hung-Jin CHen