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.

CC2640R2F: 如何在cc2640的5.1sdk中使用syscfg

Part Number: CC2640R2F


默认工程没有使用syscfg,这给硬件初始化带来一定的麻烦,于是加入了syscfg工具,但是编译出现了两个问题如下:

undefined first referenced
symbol in file
--------- ----------------
CryptoCC26XX_config C:/ti/simplelink_cc2640r2_sdk_5_10_00_02/source/ti/drivers/lib/drivers_cc26x0r2.aem3<CryptoCC26XX.oem3>
TRNGCC26XX_config <whole-program>

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "ble5_simple_peripheral_cc2640r2lp_app.out" not built

请问应该如何正确在使用项目中使用syscfg?