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.
TI专家好,想咨询下Auto Run and Launch Options下的选项是什么意思?
是指在Experssions view每获取一次变量值,核心都会被暂停一次吗?
Halt the target before any debugger access:
When the target is running and debugger requires access to the target (e.g. user clicks on refresh button of a view while the target is running), the target will halt for a very brief moment to retrieve the requested data before it continues running again. During this time, time-critical interrupts will be ignored. This option is disabled by default.
感谢回复,我之前找到过相关描述。
但是对这个选项的功能认知还不太清晰,在使用过程中出现了TSCH/TSCL计时不准的问题。
想问是这个选项导致的吗,具体触发的流程和作用能大概帮忙描述一下吗?
1)是只针对当前核心吗?还是所有核心。
应该是针对当前核心,通常refresh的时候都是定位到某个具体的核心。
这个选项的目的什么,具体有哪种工况下需要使用这种功能吗?
目前应该都是默认使用的real mode debug模式。