How to get CPU reset reason of ls2088a

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to get CPU reset reason of ls2088a

597 Views
jhkim2
Contributor III

Hi, everyone

How can I get information of CPU reset reason (for example, Watchdog Reset) in LS2088a?

I used devmem2 program to watch the Reset Request WDT status register, but I could not get the reset reason correctly.

register.png

Please give me an information, thanks in advance.

0 Kudos
3 Replies

549 Views
ufedor
NXP Employee
NXP Employee

Reset value of the RSTRQWDTSRL is all zeroes.

The register value has to be inspected when RESET_REQ_B is asserted, but this assertion did not generate PORESET_B to the processor.

0 Kudos

549 Views
jhkim2
Contributor III

Thank you for reply.

After reset from watchdog timeout and reboot, I read the Reset Request WDT status register.

The value was all zeroes.

I think there was something wrong to my method for reading the Reset Request WDT status register.

Is it right that Reset request WDT status register has the reason bit after watchdog timeout reset and reboot?

0 Kudos

549 Views
ufedor
NXP Employee
NXP Employee

> Is it right that Reset request WDT status register has the

> reason bit after watchdog timeout reset and reboot?

Not right.

During reset the register is cleared.

0 Kudos