2015-07-16 08:04 AM
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 #stm32f4discovery2015-07-16 11:30 AM
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.