kw41z zigbee control bridge example DEBUG print error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

kw41z zigbee control bridge example DEBUG print error

跳至解决方案
1,733 次查看
gustcool2
Contributor II

Hi 

I am looking at the 'zigbee 3.0 control bridge example'

and I want to print message using 'debug_vprintf' function.

but it is not working well.

Uppercase letters are printed correctly, but lowercase letters are broken.

and sometimes it outputs normally.

I am wondering why.

thank you

标签 (2)
0 项奖励
回复
1 解答
1,666 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi JunTae,

How are you using the debug print function?

However, you could use the next 2 options.

   vLog_Printf ( TRACE_EXC, LOG_INFO, "\n** Control Bridge Reset** " );

or 

DBG_vPrintf(TRUE, "APP: Watchdog timer has reset device!\r\n");

Regards,

Mario

在原帖中查看解决方案

2 回复数
1,666 次查看
gustcool2
Contributor II

thank you for your advise.

I will use vLog_vPrintf

0 项奖励
回复
1,667 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi JunTae,

How are you using the debug print function?

However, you could use the next 2 options.

   vLog_Printf ( TRACE_EXC, LOG_INFO, "\n** Control Bridge Reset** " );

or 

DBG_vPrintf(TRUE, "APP: Watchdog timer has reset device!\r\n");

Regards,

Mario