你好,
可以通过在调试控制台中键入信息框或显示语言来了解所使用的语言。它将被设置为自动,在这种情况下,你可以忽略警告。由于依赖关系,一些API可能需要更长的时间。对于XTaskCube,你是在尝试进入还是跨过。跳过工作,但进入有时会引发同样的错误,你指出。我假设(如果我错了,请纠正我)进入XTaskCube(踢看门狗)可能会导致错误,因为WICE系统监视器线程周期性地踢/喂看门狗。可能是在你的应用程序试图重置它导致崩溃之前,看门狗已经被踢过了,可能处于某种中间状态。
以上来自于百度翻译
以下为原文
Hi,
The language that is used could be known by typing in
info frame or
show language in the debug console. It would be set to
auto in which case you could ignore the warning. Stepping over some API's might take longer because of the dependencies. And for xTaskCreate, are you trying stepping into or stepping over. Stepping over works but stepping into sometimes throws the same error you pointed out. I assume that (correct me if i am wrong)Stepping into xTaskCreate(which kicks the watchdog) might throw up an error because the WICED System Monitor thread periodically kicks/feeds the watchdog . It might be the case that the watchdog had already been kicked and might be in some intermediate state before your application tries to reset it again leading to a crash.
你好,
可以通过在调试控制台中键入信息框或显示语言来了解所使用的语言。它将被设置为自动,在这种情况下,你可以忽略警告。由于依赖关系,一些API可能需要更长的时间。对于XTaskCube,你是在尝试进入还是跨过。跳过工作,但进入有时会引发同样的错误,你指出。我假设(如果我错了,请纠正我)进入XTaskCube(踢看门狗)可能会导致错误,因为WICE系统监视器线程周期性地踢/喂看门狗。可能是在你的应用程序试图重置它导致崩溃之前,看门狗已经被踢过了,可能处于某种中间状态。
以上来自于百度翻译
以下为原文
Hi,
The language that is used could be known by typing in
info frame or
show language in the debug console. It would be set to
auto in which case you could ignore the warning. Stepping over some API's might take longer because of the dependencies. And for xTaskCreate, are you trying stepping into or stepping over. Stepping over works but stepping into sometimes throws the same error you pointed out. I assume that (correct me if i am wrong)Stepping into xTaskCreate(which kicks the watchdog) might throw up an error because the WICED System Monitor thread periodically kicks/feeds the watchdog . It might be the case that the watchdog had already been kicked and might be in some intermediate state before your application tries to reset it again leading to a crash.
举报