trap exception with mcause = 0x8000001F #21
Answered
by
CLappin
patricevenant
asked this question in
Mi-V RV32 Soft Processors
-
Hi, Any clue ? |
Beta Was this translation helpful? Give feedback.
Answered by
CLappin
Jan 25, 2023
Replies: 1 comment 3 replies
-
Hi @patricevenant , If you take a look at the RISC-V Privileged Spec (Chaper 3.1.16) the mcause register, that may point you to the possible issue. Thanks. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
patricevenant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @patricevenant ,
If you take a look at the RISC-V Privileged Spec (Chaper 3.1.16) the mcause register, that may point you to the possible issue.
Thanks.
Ciaran