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.

TM4C1290NCPDT: DHCP timer fault with branch to FaultISR

Part Number: TM4C1290NCPDT

Hello

we have a system with 35 boards with the above ARM.

once a day or so the board connected to ethernet loses communication, I understand it falls into FaultISR, when debugging I actually saw that after days of waiting.

when going over the registers I went to the address of where the interrupt happened and this is what I saw:

the " branch  FaultISR " is totally not understood because that is not the code I have there when I look into the files.

I understood that the problem happens in the DHCP timer interrupt when rechecking the IP although the IP cannot change as it is a standalone system

with a microtick dealing with the IPs - THAT DO NOT CHANGE.

Why do I see this branch to FaultISR?

Is this problem known from somewhere else?

What I did when reaching this fault is to save in flash the registers add 2 to the pc like in the TI example and leave - it works fine (when it happened - twice)

is this solution OK?

Maccabi