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.
我也遇到了同样的问题,用的是simplelink_cc13x2_26x2_sdk_4_10_00_78和CC2652R1 Development Kit开发板。开发环境和编译器是IAR 8.30. 按照Using BLE5-Stack Projects with IAR 文档,配置Project zero ,但是程序执行BIOS_start() 函数之后,跑到ProjectZero_init()就报同样问题,用JLINK和XDS110都会出现仿真器提示错误。
此外我用了CCS 10.1.0.00010 运行同样的工程Project zero,可以正常运行。