Other Parts Discussed in Thread: DRV8305, C2000WARE
Tool/software:
Hi,
I am using TMS320F28379D and DRV8305. I am using EPWM4, EPWM5 and EPWM6 (viz. GPIO6&7, GPIO8&9, GPIO10&11) to drive a 3 phase BLDC motor in open loop. However, I am getting the below error, whenever, I load and resume the program.
C28xx_CPU1: Error: (Error -1135 @ 0x8B25) The debug probe reported an error. Confirm debug probe configuration and connections, reset the debug probe, and retry the operation. (Emulation package 12.7.0.00130)
and whenever, I comment out EPWM_setTimeBasePeriod for EPWM6, I am getting the modulated signal out from the controller for EPWM4 and EPWM5 and for EPWM6 a constant high signal.
What could be causing this?
EPWM_setTimeBasePeriod(EPWM4_BASE, 2500);
EPWM_setTimeBasePeriod(EPWM5_BASE, 2500);
// EPWM_setTimeBasePeriod(EPWM6_BASE, 2500);
I have tested the JTAG connection and it passes, basic programs like GPIO toggling and other things are working fine.























