STM32H743 LWIP + MQTT FreeRTOS Memory Management Fault
Hello everyone,
I'm using LWIP and MQTT on STM32H743 with FreeRTOS in STM32CubeIDE 1.13.2 and Package FW_H7 V1.11.0.
I setup the project according to this guide.
With this I can connect to a broker and publish messages.
During development of my application I came accross some issues with memory management faults.
I reduced the application to only one task sending the same message periodically to ensure the fault is not on my part of the programm.
Also in this setup the following fault still occurs:
Memory Management Fault - Data access violation (DACCVIOL)
in tcp_out.c tcp_output() method when trying to acces "useg->tcphdr->segno"
Can anyone help me with this issue.
Thanks.
