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.

CCS/TMS320F28335: CAN communication and EPwm function for generating duty cycle

Part Number: TMS320F28335

Tool/software: Code Composer Studio

I am facing problem in ccs code. I have two codes one is generating PWM wave for the duty cycle of the converrter and second program is for CAN communication which sending current and voltage value to other DSP.

Both the programs independently run with proper output. but when I merged both programs then it is not generating duty cycle and not sending values to other DSP (i.e can is also not working).

is this problem is because I have used cputimer0 for both programs..plz help me for this