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 Event Analysis 怎么配置

在调试程序时,遇到了Hwi 异常中断,我想看一下实在哪个任务下出了问题,想用一下 调试界面下的 Event Analysis 看一下 调试信息; 

上面的配置中说要在main 函数中添加一行SWO的配置,我看我现在用的封装上SWO是 DIO28  ,然后还要在.CCXML配置一下

“Along with this please make sure the CCXML has been setup to 2-pin cJTAG with "Auxillary COM Port Connection" option set to "Aux COM Port is Target UART port" for SWO pin and "Aux COM Port is Target TDO pin" for TDO pin.”

我看我的工程中ccxml 中的是

<property Type="choicelist" Value="4" id="SWD Mode Settings">
      <choice Name="cJTAG (1149.7) 2-pin advanced modes" value="enable">
             <property Type="choicelist" Value="1" id="XDS110 Aux Port"/>
      </choice>
</property>

然后什么信息都没有,应该怎么配置啊!

第二个问题是 驱动中有很多 

DebugP_log1("Timer:(%p): No params supplied, using default.", hwAttrs->baseAddr); 

这种 log 函数,我也想把这些打印出来,应该怎么在 .cfg中配置