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

Is it possible to enable or disable the nested interrupt mechanism on M0 ?

Hi all,

  Is it possible to enable or disable the nested interrupt mechanism on M0 ? Thanks a lot.

BR,

Eddie

Parents
  • No.  There is no way to group interrupts into the same "group" so that you prevent nested interrupts.

    If you want no nested interrupts on your system, you should make all interrupts the same priority.  This does not prevent nested interrupts for interrupts higher than zero "-1,-2,-3". but neither does priority grouping.

Reply
  • No.  There is no way to group interrupts into the same "group" so that you prevent nested interrupts.

    If you want no nested interrupts on your system, you should make all interrupts the same priority.  This does not prevent nested interrupts for interrupts higher than zero "-1,-2,-3". but neither does priority grouping.

Children
No data