Folks,
I'm using a evm5515 with cc2500 transceiver.
both comunicate via SPI interface.
according to the cc2500 data sheet a manual reset is accomplished by :
1. set SCLK=1 and SI=0
2. strobe CSn low/high
3. hold CSn high for 40 micro sec
4. pull CSn low and wait to SO to go low
5. issue SRES strobe
6. wait for SO to go low.
my question is how can I toggle the CSn pin and set SCLK and SI .
as for the SO i can monitor the CHIP_RDYn which is the 7th bit of the status byte.
Thanks,
Talmor