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.

CC2530: ZNP SPI problem

Part Number: CC2530
Other Parts Discussed in Thread: CC-DEBUGGER, Z-STACK

Hi everyone! I have custom cc2530 PCB that i want to use with my arduino pro mini (3.3v)
I successfully flashed them with ZNP firmware (CC2530ZNP-Prod.hex) using CC-debugger. Than i connect this board to my computer with Prolific cp2102 converter using alternate pin configuration from documentation (CFG1 on GND) and make some tests in Z-Tools software and that was successfully.

But when i try to connect ZNP to arduino via SPI using main pin configuration (CFG1 to +3.3v) it works not correct.
As i know from doc after making reset pin HIGH ZNP must respond with POLL command - SYS_RESET_IND and wait for other commands (configuration, for example). But in my case after 0x4180 command (SYS_RESET_IND) SRDY goes LOW again and i get only zeros, a huge tons of zeros ((

My wiring scheme is: Arduino (ZNP) - 10(P0.3 + P1.4), 8(P0.4), 7(RESET), 13(P1.5), 12(P1.7), 11(P1.6)

This is my sketch and log - https://gist.github.com/zeran86/590af22f027f06e9397cdf935c350f0d

Can you tell me pls what i'm doing wrong with ZNP? Thanks for any help :)