STM32F7 MQTT implementation
Hi everybody,actually i'm working on a project involving a STM32F7 MCU and a modem Telit 4G/LTE connected via UART. I have to implement MQTT protocol, for which i choosed PAHO (highly used and suggested). Do you suggest working on bare metal or RTOS...