Other Parts Discussed in Thread: MSP-FET , MSP430F5638 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/935508/ccs-msp…
Other Parts Discussed in Thread: CC1310 Debug
ARM Compiler:
-mv7M3 --code_state=16 --float_support=vfplib -me
--include_path="E:/00. Software/Embeded Software/Lotr"
--include_path="C:/ti/simplelink_cc13x0_sdk_4_10_02_04/source/ti/posix/ccs"…
如下图所示,正常情况下,编译通过后,点击debug按钮会进入该界面,1,2,3应该都是亮的,程序没有运行,会停在main开始处,点击1(run)后程序才会跑起来。
但是现在的情况是编译通过,点击debug后出现下图的现象,1是暗的,不能点击,而且下面显示程序已经在running了。
然后我点击3先断开连接,再连上,那么1会亮,可以点击,但是点击后就会出现下图
出现了:No source available for "0x3ff7bf" 。最上面也显示source not…