One of our Chipshouters stopped responding to our script during one of our sessions.
I could not enter the terminal instead I was greeted with the string:
ZN0H51~
It seemed like it was resetting and each time it reset it would emit this string.
I wrote a C program to dump the serial port and this is the raw result.
(The first line is ZN0H51~)
5A 4E 30 48 35 31
7E 16 00 09 00 00 00 00 00 00 7F
5A 4E 30 48 35 31
7E 16 00 09 00 00 00 00 00 00 7F
5A 4E 30 48 35 31
7E 16 00 09 00 00 00 00 00 00 7F
5A 4E 30 48 35 31
7E 16 00 09 00 00 00 00 00 00 7F
5A 4E 30 48 35 31
7E 16 00 09 00 00 00 00 00 00 7F
00
5A 4E 30 48 35 31
7E 16 00 09 00 00 00 00 00 00 7F
5A 4E 30 48 35 31
7E 16 00 09 00
00 00 00 00 00 7F
5A 4E 30 48 35 31
7E 16 00 09 00 00 00 00 00 00 7F
5A 4E 30 48 35 31
7E 16 00 09 00 00 00 00 00 00 7F
Any idea on how this can be fixed ?
I have access to a various embedded programming devices in case it needs to be reprogrammed.