cc1310板子运行sdk里面的easylink历程,灯没有反应,且用ccs调试仿真停止时会有No source available for "0x10000486" 。当用smartrf studio 7 又可以通讯喔,怎么解决啊?
Viki Shi:
论坛有类似问题,解答请看这边: e2e.ti.com/…/561047
user5266537:
是不是ccs哪一步没配置好,单步调试总是显示cantfind a source file at "/db/vtree/library/trees/mcpi/mcpi-3.40.01.02/exports/coresdk_cc13xx_cc26xx_3_40_01_02/kernel
Susan Yang:
回复 user5266537:
You just happened to halt the target in the library code. As a result, CCS will try to open that source file (which you didn't build on your computer and which you shouldn't modify).
单步调试在哪里时会有这个提示?