STM32 LWIP MQTT & RTC
Hello everyone,
I am trying to use RTC in my ethernet LWIP code,but I have observed that my code hangs when I do MX_RTC_Init(); why is it so ?? Can't we use internal RTC? I can use SNTP but why does RTC hang the code??
Also my timer interrupt is not called when the device disconnects from MQTT server.. it continuosly tries to connect to MQTT server from callback. Is there any way I can handle interrupts to work properly?
