I’m running the MQTT Agent demo application on my board and after a long period of successful MQTT publishing I suddenly see a call to vApplicationIPNetworkEventHook(true) that cause the application to run on top of the previous invocation and from here I get hard fault.
What event can cause this?
On the log I see this:
vDHCPProcess: reply c0a80037ip
vDHCPProcess: offer c0a80037ip
vDHCPProcess: acked c0a80037ip
[INFO] [MQTTApp] [main.c:614] IP Address: 192.168.0.55
[INFO] [MQTTApp] [main.c:617] Subnet Mask: 255.255.255.0
[INFO] [MQTTApp] [main.c:620] Gateway Address: 192.168.0.1
[INFO] [MQTTApp] [main.c:623] DNS Server Address: 192.168.0.1
In the middle of a normal application log.