Skip to main content
Visitor II
March 8, 2021
Question

STM32F767 MQTT USING LWIP drivers.

  • March 8, 2021
  • 1 reply
  • 832 views

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?

    This topic has been closed for replies.

    1 reply

    sne_123Author
    Visitor II
    March 15, 2021

    Can anyone help me on this issue please?