-
Hi! I am new to neorv32, risc-v, FPGA, and open source, sorry if missed any guidelines or made any dumb questions. I am trying to run FreeRTOS with NEORV32 in my FPGA DE0-Nano. My output is:
It was supposed to be only
But I have no idea where this MEI is coming from. Is this a common issue or am I configuring badly my top level? Also, I will share here the project when it's done. I am building a reaction wheel FOC controller for nanosat applications using NEORV32. It is my capstone project for an undergraduate Computer Engineering course at Insper (Brazil) in partnership with Brazil's Ministry of Science and Technology. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I was wondering the same thing! |
Beta Was this translation helpful? Give feedback.
-
Hi @victorlga!
Hello and welcome to neorv32. You didn't break any rules no worries. :)
It's not an issue I've heard before. How did you configure your toplevel? Could you copy your VHDL into here so we can have a look?
That sounds AMAZING! Feel free to show & tell your results here. |
Beta Was this translation helpful? Give feedback.
The corresponding toplevel input to neorv32 that is capable of triggering this interrupt is
mext_irq_i
which is typically just statically connected to'L'
i.e. a logic low level. Did you connect something to that input?