2025-06-16 1:22 PM - last edited on 2025-07-04 8:43 AM by Amel NASRI
Hi all,
I'm using ThreadX with NetX Duo and running a Modbus TCP server on an STM32 platform. The system works fine under normal conditions, but I encounter a hang when the following sequence occurs:
From the ThreadX-aware debugger:
It seems like the NetX internal mutex is being held too long.
Can I trace or monitor the internal NetX mutex usage to better understand where the contention is happening?