默认工程没有使用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?