You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If halt is requested while wfi is executing, then the hart must leave the stalled state, completing this
instruction’s execution, and then enter Debug Mode.
So we need something equivalent to this behavior.
The text was updated successfully, but these errors were encountered:
We need a way for a debugger to regain control while the core is in in WFI.
The RISC-V Debug Specification states in section 4.3:
So we need something equivalent to this behavior.
The text was updated successfully, but these errors were encountered: