Skip to content

Memory TIMEOUT ERROR #419

Answered by stnolting
dboufeas asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Jimmy!

I first started to implement a software version and then I want to add a hardware module to do the crypto-operations.

Interesting project! 👍
This seems a like a great application for the processor's Custom Functions Unit. 😄

The problem is that in my program I want to save the generated round keys so I used "neorv32_cpu_load_unsigned_word()" function but I get a "Load access fault [TIMEOUT_ERR] " when I try to save in specific addresses.

It is always "dangerous" to use hard-coded pointers in C (however, I also do that a lot). 😅 In the case of your application, you are manually accessing a memory region starting at 0xA0000000. But the default testbench does not provide any me…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dboufeas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants