spi with chipcon cc1000

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
        I have a SRD transciver cc1000 TI with "abnormal" spi interface.. miso and mosi must be connected together. Next mosi port at PSoC must be set to input mode than CC1000 send data. Maybe the easyest way is set mosi to bi-directional mode? Can anybody help?   
0 Likes
2 Replies
AnuM_41
Employee
Employee
10 replies posted 5 replies posted Welcome!

With PSoC creator Beta 5 there is- 'SPI Master Bidirectional mode macro'(if you want PSoC 3 to be master ) and 'SPI slave bidirectional macro' (if PSoC 3 is to be configured as a slave) , which will allow you to interact with these SPI devices with bidirectional  data lines. Hope this helps.

   

 

   

Regards,

   

Anu

0 Likes
Anonymous
Not applicable
        Thanks, i make it by "bit banging" in beta 4.1, maybe in future will try to use bidirectinal spi in 5.0   
0 Likes