This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS0914: Bug with HALCoGen

Part Number: TMS570LS0914
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