This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC2640R2F: CC2640R2F enter the state of HIB when the tesla coil approaches it

Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2640

Tool/software: TI-RTOS

I held a tesla coil close to my CC2640R2F board.  The CC2640R2F stops working ,  it can't be recovered automatically ,  i have to power it up again.

I have used the watchdog, in the watchdog interrupt callback the HAL_SYSTEM_RESET() is called.  But no watchdog reset occurs, or it has ever generated a watchdog reset, but the reset failed. 

It looks like the CC2640 is in the state of HIB, because when I connect the TCK directly to VCC , the CC2640R2F will not enter the halt , and when the Tesla coil is close to it, it always resets normally.

What should I do to solve this problem, this halt state is unacceptable, I hope it can be reset normally and recovered automatically when  the Tesla coil is close to it.