This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UsageFault, MemoryManagement, BusFault

I was looking at the nrf52 startup code and noticed something. The handlers for UsageFault, MemoryManagement and BusFault are there. But they are not available in the vector table. Only the Hardfault is there. My guess is that this is a small bug?

Related