Hello,
I have two questions for Smartpreamble of CC1121.
1. How long should I wait between SWORRST and SWOR? I think 1ms is needed.
2. How can CC1121 receive a packet without 1ms wait in eWOR mode?
I consult with cc120x_smartpreamble_rx.c in swrc274a, and the following instructions are described.
===================================
trxSpiCmdStrobe(CC120X_SWORRST);
waitUs(50);
trxSpiCmdStrobe(CC120x_SWOR);
===================================
However, for CC1121, the above instruction doesn't work (the packet can't be received), because the wait time is so short.
And then wait time is changed from 50us to 1ms, the packet can be received.
Best Regards.
Nomoto