Hello
Patient MK60DN256 with external SRAM.
RTOS: MQX 4.2
I can't use debugger because app size is too large and don't fit in flash. Decreasing application size is impossible.
Problem:
Application crash after around 25 second every time and I can't find where it happens.
Problem appear when I set for at lest two sockets IGMP protocol handling.
None of the interrupts appear:
- INT_Hard_Fault,
- INT_Mem_Manage_Fault,
- INT_Bus_Fault,
- INT_Usage_Fault
There is no problem with any thread stack size, because all of the thread have free at least half memory.
Also, there is no _mqx_exit function called.
I can't figure how to find a solution, will you help me with this?