Tool/software:
software : MMWAVE_L_SDK_06_00_04_01
IDE : CCS20.1.1
Hi expert,
C:\ti\MMWAVE_L_SDK_06_00_04_01\mmwave_l_sdk_06_00_04_01\examples\drivers\rti
example.syscfg
file of the project.[40]C:/ti/MMWAVE_L_SDK_06_00_04_01/mmwave_l_sdk_06_00_04_01/source\drivers/watchdog/v0/watchdog_rti.h:142:39: error: use of undeclared identifier 'CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_100_PERCENT'
[41] 142 | Watchdog_WINDOW_100_PERCENT = CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_100_PERCENT, /**< Window size is 100% */
[42] | ^
[43]C:/ti/MMWAVE_L_SDK_06_00_04_01/mmwave_l_sdk_06_00_04_01/source\drivers/watchdog/v0/watchdog_rti.h:143:39: error: use of undeclared identifier 'CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_50_PERCENT'
[44] 143 | Watchdog_WINDOW_50_PERCENT = CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_50_PERCENT, /**< Window size is 50% */
[45] | ^
[46]C:/ti/MMWAVE_L_SDK_06_00_04_01/mmwave_l_sdk_06_00_04_01/source\drivers/watchdog/v0/watchdog_rti.h:144:39: error: use of undeclared identifier 'CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_25_PERCENT'
[47] 144 | Watchdog_WINDOW_25_PERCENT = CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_25_PERCENT, /**< Window size is 25% */
[48] | ^
[49]C:/ti/MMWAVE_L_SDK_06_00_04_01/mmwave_l_sdk_06_00_04_01/source\drivers/watchdog/v0/watchdog_rti.h:145:39: error: use of undeclared identifier 'CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_12_5_PERCENT'
[50] 145 | Watchdog_WINDOW_12_5_PERCENT = CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_12_5_PERCENT, /**< Window size is 12.5% */
[51] | ^
[52]C:/ti/MMWAVE_L_SDK_06_00_04_01/mmwave_l_sdk_06_00_04_01/source\drivers/watchdog/v0/watchdog_rti.h:146:39: error: use of undeclared identifier 'CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_6_25_PERCENT'
[53] 146 | Watchdog_WINDOW_6_25_PERCENT = CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_6_25_PERCENT, /**< Window size is 6.25% */
[54] | ^
[55]C:/ti/MMWAVE_L_SDK_06_00_04_01/mmwave_l_sdk_06_00_04_01/source\drivers/watchdog/v0/watchdog_rti.h:147:39: error: use of undeclared identifier 'CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_3_125_PERCENT'
[56] 147 | Watchdog_WINDOW_3_125_PERCENT = CSL_APP_RTI_RTIWWDSIZECTRL_WWDSIZE_3_125_PERCENT /**< Window size is 3.125% */
[57] | ^
[58]6 errors genera
In fact, the header file that defines the relevant macros has already been included, but the error of undeclared identifier still occurs.
My question is, how should I solve this problem?
Thank you,
Rick