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?
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?