2021-03-08 03:50 AM
I am trying to post data using MQTT in LWIP drivers. I am able to bring up the ethernet connection, can ping from PC to STM32F767 device as well. Tried to connect to MQTT broker. When publishing message I get an error as follows:-
tcp_write : could not allocate memory for pbuf copy size 88
mqtt_output_send: Send failed with err -1 ("Out of memory error.")
Why am I getting this error?
2021-03-14 10:48 PM
Can anyone help me on this issue please?