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.

TMS320F28388D: faulty code generation with ClockTree in SysCfg

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hello, 

I'm currently using the Clocktree functionnality of Syscfg in a CCS project. In Syscfg, the module Device support has been activated so, that the files device.c and device.h are automatically generated. 

Unfortunately in those files, the resulting code generated from the Clocktree is wrong. 

the decimal values issued from the Dividers configuration in Clocktree are directly used as arguments in the driverlib functions, which leads to a faulty parametrization (for example for EPWMCLKDIV the used value is 1 where is should be the enum SYSCTL_EPWMCLK_DIV_1 which is 0).

Is this error knwon for anyone? Can it be fixed by code?

Thanks in advance!