cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F767 MQTT USING LWIP drivers.

sne_123
Associate III

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?

1 REPLY 1
sne_123
Associate III

Can anyone help me on this issue please?