Other Parts Discussed in Thread: HALCOGEN
Hello,
I found a bug with HALCoGen Version 04.07.01 for a TMS570LS0914PZ device.
In the Pinmux tab, pin 25 is not set correctly when etpwm4B is selected.
I had to add the following code in the pinmux.c file :
/* USER CODE BEGIN (3) */
pinMuxReg->PINMMR33 |= PINMUX_PIN_25_ETPWM4B;
/* USER CODE END */
Thank you,
Yves Bélanger