Part Number: TMDSSOLARUINVKIT
Hi TI Team.
I have aquestion about protection mechanisms in the TMDSSOLARUINVKIT project which I would like to understand better.
1. How TZ1, TZ2, TZ3 signals are configured in the GPIO settings. Especially TZ2 which is used as a fault signal in ePWM1 and ePWM2 module.
SolarMicroInv-Main.c fie:
EPwm1Regs.TZSEL.bit.OSHT2 = 0x1; EPwm2Regs.TZSEL.bit.OSHT2 = 0x1;
but in the SolarMicroInv-DevInit_F2803x.c I have found:
// GPIO-16 - PIN FUNCTION = TZ2 GpioCtrlRegs.GPAMUX2.bit.GPIO16 = 3; // 0=GPIO, 1=SPISIMO-A, 2=Resv, 3=TZ2
2. ePWM3 module which controls DC-DC flyback inverter have a configuration of OST whose source is the COMP3. I have a question about the COMP3. How signal from ADC is connected to it? IS it connected directly? I mean COMP3A is one the same GPIO as ADC6 which represents PV current.
