Other Parts Discussed in Thread: CONTROLSUITE
Hi Guys,
CCS v 6.1.3.0034 (compiler version = TI v15.12.1.LTS)
control Suite v 3.4.0
Program used : \controlSUITE\device_support\F2807x\v200\F2807x_examples_Cpu1\epwm_trip_zone
The epwm_trip_zone.c file has the following lines in it :
//
// For this case just init GPIO pins for ePWM1, ePWM2, ePWM3
// These functions are in the F2807x_EPwm.c file
//
InitEPwmGpio_TZ();
InitTzGpio();
But these function are not declared or defined in the source file F2807x_EPwm.c as mentioned here. Instead they are implemented in epwm_trip_zone.c. Please update it.