We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we reboot into RAM we indicate this via
watchdog_hw->scratch[4] = 0xb007c0d3; watchdog_hw->scratch[5] = pc ^ -0xb007c0d3; watchdog_hw->scratch[6] = sp; watchdog_hw->scratch[7] = pc;
however on rebooting into flash we only reset scratch[4] to 0 (which is also done on the watchdog boot path in the bootrom).
scratch[4]
It would be nice to be able to detect a bootrom reset vs another type of watchdog reset explicitly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we reboot into RAM we indicate this via
however on rebooting into flash we only reset
scratch[4]
to 0 (which is also done on the watchdog boot path in the bootrom).It would be nice to be able to detect a bootrom reset vs another type of watchdog reset explicitly.
The text was updated successfully, but these errors were encountered: