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.

CC1310: 程序用flash programer烧写后首次能正常运行,完整掉电后不能正常运行

Part Number: CC1310

问题如题,查看其它问题贴,

基于 https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1088257/cc1310-program-works-in-debug-but-not-after-reset

将ccfg.c 中修改如下代码:


#define SET_CCFG_MODE_CONF_SCLK_LF_OPTION 0x3 //  LF RCOSC
#define SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE 0xC5 // Enable ROM boot loader
#include DeviceFamily_constructPath(startup_files/ccfg.c)

但是问题并没有解决。