I am using a CC2530EM loaded with the ZNP executable CC2530ZNP-Pro.hex from ZAP-MSP430-2.5.0 in my product. The application processor, which is a Renesas V850 MCU, is communicating with it via SPI. I can successfully communicate with the ZNP, But noticed that after a hardware reset, I have to delay quite a while in order to get a valid SYS_RESET_IND message. The SRDY signal looks correct relative to the other interface signals. For the ZNP interface software on the application processor, I ported the code from the ZNP Minikit.
My question is, how long does it take for the CC2530ZNP to respond with a valid SYS_RESET_IND message after a hardware reset?
Thanks