I am using a CC3135MOD interfaced with STM32 as host MCU through SPI. As per the porting guide we had ported
the APIs for STM32 and I use FreeRTOS in STM32. So I had followed the steps to make the SDK FreeRTOS compliant
and it works fine. With the same software I am planning to use MQTT client APIs. When I added the MQTT Client example
it shows a lot of errors. What is the reason for this glitch? What should be done to make the MQTT APIs compile without any
errors with the already ported software for STM32 with FreeRTOS?