Hi,
I'm looking a complete list of interrupt numbers? Is there available?
I'm looking for example interrupt number for crosscore interrupt on ESP32C3.
list of interrupt numbers
-
- Posts: 1724
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: list of interrupt numbers
Single core however it is called (I have tested on eval board)
-
- Posts: 1724
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: list of interrupt numbers
Ok.
The C3 CPU has 31 interrupt vectors, plus one for exceptions. Which of those 31 vectors is used for which interrupt can be configured via the interrupt matrix.
The interrupt controller and the interrupt matrix are documented in the TRM.
However, unless you have a very special use case, there shouldn't be a need for you to care about interrupt numbers at all; the IDF and its drivers take care of that for you.
Can you explain what you're trying to do, i.e. why you want to deal with interrupt setup at this low level?
The C3 CPU has 31 interrupt vectors, plus one for exceptions. Which of those 31 vectors is used for which interrupt can be configured via the interrupt matrix.
The interrupt controller and the interrupt matrix are documented in the TRM.
However, unless you have a very special use case, there shouldn't be a need for you to care about interrupt numbers at all; the IDF and its drivers take care of that for you.
Can you explain what you're trying to do, i.e. why you want to deal with interrupt setup at this low level?
Re: list of interrupt numbers
I'm working on a simulator
Who is online
Users browsing this forum: No registered users and 196 guests