Hello all,
I am working on my ZigBee Home automation. I designed a breakout board for the CC2530 and connection it to my development pcb. I am using the application processor MSP430F2370 to communicate via SPI. The CC2530 I have already flashed with CC2530ZNP-Pro.hex from the Z-Stack Home 1.2.2a.44539. I strictöly followed the instructions from the Z-Stack interfacing guide and I checked all nessecary lines (SCLK, MOSI, SDRY, MRDY, Chip Select and RST_N, CFG0, CFG1). All lines were correct and I took the example code for my application processor and migrate it. So SPI configurations shall be ok and a clock of 2 MHz should be ok as well.
My problem is the SRDY line never goes low after I set the RST_N line high again, so that the CC2530 can start. What can be the problem? How I can configure that the CC2350 is spi slave or master? That would be one solution that the CC2530 is spi master maybe?!
Thank you really for help,
Flo