Visible to Intel only — GUID: ecb1734333333432
Ixiasoft
Visible to Intel only — GUID: ecb1734333333432
Ixiasoft
3.3.6.3. Vectored Mode
The Vectored Mode is designed to provide low-latency and vectored interrupts for RISC-V systems. Vectored Mode in RISC-V systems efficiently manages traps by directing the processor to the appropriate trap handler using a vector table. The trap controller uses the base address contained in the BASE field of mtvec register, to determine the address of the handler based on the Interrupt and Exception Code field from the mcause register. This method enables quick and precise redirection to the correct handler, improving flexibility and reaction time while managing various traps.