Hi
I used the cc115l module together with an evalboard (TrxEB), setup the whole configurations and send stuff in the air, so thats was fine.
No i´m trying to setup the same module wirhaut the evalboard over SPI with en µC (PIC18f...)
So now i pull down the CSn and put the config-pakets on the SI-line, wich look like this
---> 0x00 0x0B
--->0x01 0x2E
....
As response i get for every single paket the 0x0F. I think, ok, that says it is in the idle mode.
Then i want to go in the tx mode to send stuff over GPO0 (Synchronous) and there is exactly the same response 0x0F. When i want to read a register its also the 0x0F.
Where is the problem?
The SPI setup from my µC is as follows:
- transmit occurs on Idle-to-active;
- Idle state is low
- clk is 2Mhz
- input data samplet at end