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.

CODECOMPOSER: How to do AES ECB/CBC with CC2745R10

Part Number: CODECOMPOSER

Hello,

I would like to create software that performs AESECB and AESCBC using "simplelink_lowpower_f3_sdk_8_10_00_23_eng".
Based on the project "examples\rtos\LP_EM_CC2745R10_Q1\drivers\empty" in the SDK above, the source code is implemented according to the sample code described in the driver manual.
And, one instance of AESGCM was created in ".syscfg". The settings remain as default.
However, when I build the source code, the following error is output.

<Error Message>
unresolved symbol AESECB_config, first referenced in C:/ti/simplelink_lowpower_f3_sdk_8_10_00_23_eng/source/ti/drivers/lib/ticlang/m33f/drivers_cc27xx.a<AESECB.c.obj> crypto_app_LP_EM_CC2745R10_Q1_freertos_ticlang C/C++ Problem

Please tell me how to solve the problem.
thank you.