Import coreMQTT to Tiva

Do you have a CCS project for your board? I’d suggest to start with a demo from your vendor and then do the following:

  1. Add FreeRTOS and get it working. If your vendor provided project already has FreeRTOS, you do not need this step.
  2. Add the TCP stack (FreeRTOS-Plus-TCP is a good option) and get it working. Again, if the vendor provided project already includes TCP, you do not need this step.
  3. Add coreMQTT and get the plaintext MQTT working. You can refer to this demo.
  4. Add TLS and get the mutually authenticated MQTT working to connect to AWS IoT.