cancel
Showing results for 
Search instead for 
Did you mean: 

How to attach TI CC1200 with STM32F4Discovery

ngupta7373
Associate
Posted on July 16, 2015 at 17:04

Hi,

  I'm planning to attach CC1200 EMK with STM32F4Discovery kit on the SPI interface. I guess the best interface would be SPI for the same since I don't need the MEMS.

  Could you please advise  how to make the hardware connections (interrrupt, CS, etc) and if there is any sample source code available for the same.

thanks,

NGupta

#cc1200 #stm32f4discovery
1 REPLY 1
Posted on July 16, 2015 at 20:30

For the interrupt and chip select, you'd go look at the DISCO manual and pick TWO free GPIO pins.

TI probably has better software resources, but once you abstract the SPI for any STM32 specifics, most everything else is going to be much the same.

Google should be able to tell you pretty quick if there is any free/open software for your exact purpose, or something close enough to port.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..