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!