This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ZDApp_BindRsp

Other Parts Discussed in Thread: Z-STACK

Hi,

I'm looking for ZDApp_BindRsp, but I can't find it in Z-Stack source code !

I have read the Z-stack Developer's Guide (F8W-2006-0022 version 1.0). In the 4.1.1.1 paragraph, it says that ZDApp_BindRsp should be called when a target device sends a Bind or Unbind Response message. It says also that ZDApp_BindRsp is in ZDApp.c, but I can't find it neither there nor in another file.

Can someone help me?

Thanks

  • I just installed ZStack-CC2430-1.4.2-1.1.0, the last installer that included v1.0 of the Z-Stack Developer's Guide, and did find the ZDApp_BindRsp() function at line 2486 of the ZDApp.c file.

    Now, since you are probably using a newer version of ZStack (1.4.3., 2.0.0, 2.1.0, 2.2.0), your comment is correct -- you can't find ZDApp_BindRsp() in any of those versions -- it was removed in version 1.4.3 and unfortunately paragraph 4.1.1.1 of the Z-Stack Developer's Guide was not. Bind and Unbind responses are now provided by the ZDO callback handler -- see Section 6 of v1.1 or later Z-Stack Developer's Guide. Also, take a look at paragraph 3.1.7 ZDO Parsing Functions in the Z-Stack API document.

    Hope this helps.

  • Thank you for your response!

  • Where can I get ZStack-CC2430-1.4.2 , in TI web I can´t find It.

    Thanks.

  • hello again!!!

    Do you know how to get iar ew 7.3 version for 8051? I'm looking through the net and i don´t find and i need for compile the z-stack 1.4.3 for cc2430eb.

    With ew 8.2v It gives me compilation errors.