Other Parts Discussed in Thread: CC2530
Hallo,
I'm looking for Zstack 2.3.1 to debug and continue development with firmware compiled with this specific version.
Where can I download it? I can't find an old version repository.
Thank you!
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.
Other Parts Discussed in Thread: CC2530
Hallo,
I'm looking for Zstack 2.3.1 to debug and continue development with firmware compiled with this specific version.
Where can I download it? I can't find an old version repository.
Thank you!
Hi,
As I see it, all the commands from processor to cc2530 have a header with Length byte, Cmd0 and Cmd1 bytes.
Now, for example you want to to send SYS_RESET_REQ to cc2530 device, the you should send 4 bytes with
following values:
0x01 | 0x41 | 0x00 | 0x00
Hi Igor,
sorry, but I don't understand what you mean. Maybe my post is too generic...
I need specifically ZTOOL version released together to ZSTACK v. 2.3.1 to debug a suspicious dongle behaviour; dongle firmware is compiled with ZSTACK 2.3.1.
I hope now it's more clear. :)