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.

CC3100BOOST: Interfacing with STM32 MCU

Part Number: CC3100BOOST
Other Parts Discussed in Thread: CC3100

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

  • Hii Jesu,
    Thanks for replying and guiding me on how to get started.I went through SDK and i have one question that which are the files in which simplelink drivers function for eg;-sl_start() are connected with platform specific SPI/UART drivers functions.

    Hoping for a quick response.

    Thanks,
    Pradeep
  • Hi Pradeep,

    You can find sl_Start() implementation in CC3100 SDK/simplelink/source/device.c.

    Jesu