Hi I am using Network Component Version 7.12.0 for one of the project.
When I call netUninitialize the code is getting crashed or some time it goes to osRtxErrorNotify function with osRtxErrorClibMutex case.
Could any one help me out on how to debug this issue.
Someone correct me if I'm wrong, but we might be seeing code being released that is no longer compatible with the older compilers. I tried to update a device pack for an MCU and had to select an older version of that device pack because the new device pack was using "new C features" that the old compiler did not support. For that occasion, I preferred to use the old compiler.