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.

AM13E23019: Semi-MCLK configuration/build error with sysconfig

Part Number: AM13E23019

if I want to set Semi-MCLK as 50 MHz by selecting the divisor 4 then the compiler throws error that the identifier is undeclared 

image.png

Arm Compiler - building file: "syscfg/ti_sdk_dl_config.c"
"C:/ti/ccs2050/ccs/tools/compiler/ti-cgt-armllvm_4.0.4.LTS/bin/tiarmclang.exe" -c @"ccsIncludes.opt"  -mcpu=cortex-m33 -mfloat-abi=hard -mfpu=fpv5-sp-d16 -mlittle-endian -mthumb -Og -D_DEBUG -DPROJ_SUPPORT_CPP -DLITTLE_END -DAM13E230 -g -Wextra -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-command-line-argument -Wno-unused-parameter -march=armv8.1-m.main+cdecp0 -MMD -MP -MF"syscfg/ti_sdk_dl_config.d_raw" -MT"syscfg/ti_sdk_dl_config.o" -I"C:/Users/INDHSIN4/workspace_ccstheia/AM13E230_MOTORCONTROL/Debug/syscfg"   -o"syscfg/ti_sdk_dl_config.o" "syscfg/ti_sdk_dl_config.c"
[3]syscfg/ti_sdk_dl_config.c:118:30: error: use of undeclared identifier 'DL_SYSCTL_MCLK_DIV_4_DIV_4'
  118 |     DL_SYSCTL_setMCLKDivider(DL_SYSCTL_MCLK_DIV_4_DIV_4);
      |                              ^
1 error generated.

 

on chekcing the sdk files, I got to know that this identifier is missing 

image.png