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?
Hi,
You're right. This is a bug from our side, which is fixed in the latest nRFDeviceFamily pack: developer.nordicsemi.com/.../NordicSemiconductor.nRF_DeviceFamilyPack.8.2.0.pack
For GCC: www.nordicsemi.com/.../2337988
For IAR: www.nordicsemi.com/.../62459742
Cheers, Håkon
Thank you!
Thank you!