This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have CC3100BOOST and i wish to interface it with STM32 MCU without using any Adapt board.So,what will be the connections.And,yeah i wish to use STM32 MCU as host so how do i go with software development?
I particularly want to deploy my device as MQTT client.So,how should i proceed.
Any help is appreciated.
Thanks,
Pradeep
Hi Pradeep,
Depending on how you want to interface the boards, here is our wiki for SPI and here is our wiki for UART. You can also go to our host interface wiki here to learn general CC3100 interfacing information.
We also have a CC3100 and STM32 getting started guide here. There you will find a link to our CC3100 SDK which has an MQTT client example.
Hope this helps.
Jesu
Hi Pradeep,
You can find sl_Start() implementation in CC3100 SDK/simplelink/source/device.c.
Jesu