A question on traps
#1023
-
Hi |
Beta Was this translation helpful? Give feedback.
Answered by
mahdi259
Sep 19, 2024
Replies: 1 comment 3 replies
-
Hi there @mahdi259 The load access exception generally occures when either:
For more information, see section 3.9. Traps, Exceptions and Interrupts in the datasheet. If the problem persists, feel free to share your NEORV32 setup and we may point you to the some possible causes. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the problem was with memory sizes. It got
load access fault
trap when it returned from a function and while thesp
of main function was reloaded. I increased each memory size to 1MB and it works without trap now!Thanks a lot