abort: support custom exception vector table address #111
Loading…
Reference in New Issue
No description provided.
Delete Branch "morgan/zynq-rs:vector_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
use
VBAR
to configure the base address of the exception vector tableadd
set_vector_table
example in experimentRelated issue
abort.rs should probably be renamed.
how about exception.rs?
Conflicts with ARTIQ-Python exceptions.
What's the terminology used in ARM docs?
Reset, Dataabort, IRQ, FIQ etc are also called exceptions in the ARM doc. Maybe like
exception_vectors.rs
to be more specific?OK