STM32F767 MQTT USING LWIP drivers.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-08 3: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?
Labels:
- Labels:
-
Ethernet
-
STM32F7 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-14 10:48 PM
Can anyone help me on this issue please?
