yves teissier

Registered on 11/25/2012 • Last connection on 01/07/2013

Stack compilation for 8051

Hello,

 

When I try to compile the stack for CC2530 TI evaluation board

 

I have the following error:

 

051F120 -DZB_NS_BUILD -DZB_ED_ROLE -DZB_LIMITED_FEATURES -DZB_LIMITED_FEATURES2 -DZB_TRACE_LEVEL=1 -DZB_TRACE_MASK=-1 -I../../osif/include -I../../include -I/usr/share/sdcc/include -I../.. -o zb_mac_transport_8051_ser.rel zb_mac_transport_8051_ser.c

 

zb_mac_transport_8051_ser.c:45: error 26: '_ioctx' not a structure/union member

 

zb_mac_transport_8051_ser.c:45: error 25: Structure/Union expected left of '.->'

 

zb_mac_transport_8051_ser.c:46: error 26: '_ioctx' not a structure/union member

  zb_mac_transport_8051_ser.c:46: error 25: Structure/Union expected left of '.->'

BR,

 

Yves

 

RE: Stack compilation for 8051

Thanks,

 

So I have to create a new Option file (for the IAR compiler) in the build-configurations folder?

 

Or I use the IAR workbench project?

 

Yves

 

RE: Stack compilation for 8051

Ok I have built the coordinator firmware by enabling the zdo_start_zc.c file

 

It seem to run properly because the function zb_zdo_startup_complete is called.

 

I have built the ED firmware by enabling the zdo_start_ze.c file and by setting the

 

precompliation constant ZB_ED_ROLE. But the function zb_zdo_startup_complete is not called.

 

I'm looking for a solution...

 

BR,

 

Yves

 

RE: Stack compilation for 8051

Ok that working now.

 

My coordinator board was a rs232 problem...

 

Tanks a lot,

 

Yves

 

Traces and traffic dump

Hello,

 

I've successfully built the End Device and coordinator firmware on the SmartRF05EB

 

evaluation board (SoC = CC2530).

 

I have notice that in the coordinator side when I disable the traces and the traffic dump (undef ZB_TRACE_LEVEL

 

and ZB_TRAFFIC_DUMP_ON) the callback function "data_indication" is not called.

 

Can I disable both traces and traffic dump in same time?

 

Regards,

 

Yves Teissier

 

ASSYSTEM FRANCE

 

RE: Traces and traffic dump

Yes the association is OK and I can send messages to the coordinator when

 

traces and dump are enabled.

 

I have also another question:

 

-Have you try to join a ZBOSS End device a TI ZStack coordinator ?

 

-The End Device send with success message to the coordinator but after the third message sent the coordinator seems

 

to by crashed... In debug mode I have seen a message "XStack is filled at 100%".

 

Regards,

 

Yves

 

RE: Traces and traffic dump

The association is not OK without traces and dump.

 

Re-Question

 

1. We are in relation with Schneider electric and Schneider electric is using the TI ZStack for their developments.

 

So the main target is to be communicate with ZSTack coordinator.

 

I accept with pleasure your proposition to send me some tests with TI ZStack.

 

This is my e-mail: yteissier@assystem.com

 

2. In fact the coordinator was with ZBOSS. I'm working on...

 

Regards,

 

Yves