Other Parts Discussed in Thread: CONTROLSUITE
Hi,
I'm converting the HVPSFB EVM software package to the F28069 MCU on a new PCB, and get two linker error that I find difficult to solve:
1. unresolved symbol _Comp, first referenced in ./DAC_Cnf.obj HVPSFB_PCMC
2. unresolved symbol _ePWM, first referenced in ./PWM_PSFB_PCMC_Cnf.obj HVPSFB_PCMC
I'm not able to determine in which file these structs are defined:
**
// Used to indirectly access all Comparator modules
volatile struct COMP_REGS *Comp[] = ..........
**
// Used to indirectly access all EPWM modules
volatile struct EPWM_REGS *ePWM[] = ........
**
Best regards
Consul