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.

CC3200: Converting sample MQTT-Client example from FreeRTOS to Non-OS support.

Part Number: CC3200


I am working on a project which is Non-OS based. Now in this project I want to send some data to cloud and retrieve some data from cloud. I'm using sample MQTT-Client example as a starting point, but this example is FreeRTOS based. So how should I convert the sample application from freeRTOS to Non-OS. What necessary steps should I include / remove from the code to make it work in a Non-OS environment .

Thanks ahead in time.

  • Hi,

    We currently don't have an example (or mqtt library) for non-os.
    You will need to port this or add OS support to your existing code.
    There are no simple instructions for such porting as it would be very different depending on the application. But it will typically use one execution task waiting for mailbox events sent from different interrupt contexts. This will replace the multiple execution threads that do dedicated tasks.

    br,
    Kobi