This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CMSIS function to configure system exceptions

Hello,
in the CMSIS core core_cm4.h , i dont find any apis to enable or disable the system exceptions like busfault, memmang, userfault ,etc. There is enable IRQ function , but which function should i use to enable the system exceptions ? Thank you