kw41z zigbee control bridge example DEBUG print error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

kw41z zigbee control bridge example DEBUG print error

ソリューションへジャンプ
828件の閲覧回数
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 解決策
761件の閲覧回数
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 返答(返信)
761件の閲覧回数
gustcool2
Contributor II

thank you for your advise.

I will use vLog_vPrintf

0 件の賞賛
762件の閲覧回数
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