kw41z zigbee control bridge example DEBUG print error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

kw41z zigbee control bridge example DEBUG print error

Jump to solution
846 Views
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

Labels (2)
0 Kudos
1 Solution
779 Views
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

View solution in original post

2 Replies
779 Views
gustcool2
Contributor II

thank you for your advise.

I will use vLog_vPrintf

0 Kudos
780 Views
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