Alexander Voronov

Registered on 10/16/2013 • Last connection on 01/16/2014

RE: TRACE_MSG(lm, fmt, args)

Hello,

 

Which debugging assistant do you use? Have you tried WinComDump that is under stack/devtools/win_com_dump?

 

RE: TRACE_MSG(lm, fmt, args)

Yes, of course. Glad to help you.

 

To start with, you can examine the code in ZBOSS tests. I can recommend you to build zdo_startup test first of all.

 

All you need is just to add the test into your IAR project (choose only one role a time - coordinator, router or end device). To build end device role check that ZB_ED_ROLE is defined in preprocessor definitions of your project.

 

Also you can use network simulator (stack/devtools/network_simulator) to start developing your apps without hardware. Please, check run.sh script in stack/tests/zdo_startup to get familiar with how to use it.