지속적인 Socket Close -> reconnect 시 Interrupt 과발생 문제

W5300 Chip을 이용하여 Test를 진행 중에 Socket Close → Reconnect를 지속적으로 발생시킬 경우 알 수 없는 특정 시점에서 Interrupt가 비정상적으로 발생하여 Watchdog Reset이 발생하는 현상이 있어 문의 드립니다.
Test 환경은 전체 Socket 중 5개 socket에 접속 중이며 이 중 3개 socket에 대해 5초 주기로 Socket Close → Reconnect 를 지속적으로 발생시켰습니다.
W5300으로 부터 받는 Interrupt는 ISR으로 처리하고 있고, Watchdog Reset 발생 시점에서는 ISR이 계속 호출되는 것을 확인하였습니다.
W5300에서 발생하는 Interrupt가 정상적으로 발생하고 있는 것인지, 실제보다 과발생하고 있는지를 확인할 수 있는 방법이 있을까요?
그리고 MCU에서 W5300의 Interrupt를 처리할 때 특별히 주의해야할 부분이 있을까요?

You must give more technical information. Interrupts do not happen out of nothing, something triggers them. What interrupts? When they occur? What socket is doing when it occurs? What network is doing when it occurs. Explain he whole case, otherwise you most probably won’t get useful advice other than you incorrectly program something not following the workflow.