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