Hi,
I am using Z stack Energy 1.1.0 installed and i have flashed cc2530 with C:\Texas Instruments\Z-Stack Energy 1.1.0\Projects\zstack\ZAP\ZNP-HexFiles\CC2530ZNP-Pro.hex
-Configured CFG0 and CFG1 both high on CC2530 for enabling SPI trasport and 32khz clock presenace -application processor configured SPI as master and cc2530 as slave, MSB, Mode0, 4Mhz
Now, following power up procedure at shown in CC2530ZNP Interface Specification.pdf page 17.
My problem in receving this SYS_RESET_IND. as explain below"
"6. Application processor receives the SYS_RESET_IND message using the POLL command. When SPI transport is used CC2530 will set SRDY low to indicate the message is available and the application processor should retrieve the message.
7. The application processor receives the SYS_RESET_IND message."
After power up application processor continuously polling for SRDY to go LOW, and I got LOW during polling and i received data as 00 00 00 00. I only receive these zeros and if i am not waiting for SRDY to low and if i try to read SPI data on buffer i got random garbage values. As i should have