Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 2 months ago.
uVisor and Interrupts
Hi,
I'm trying to use interrupts within my application, and I've seen a weird behavior of my program, actually, it looks like sometimes (after some interrupts clear), uVisor goes in a memfault or a hardfault, like if i try to access a protected memory zone, sometimes a memory address within the stack of a secured box, sometimes an address like 0x00000006 or somewhere in the flash.
Is it due to this issue https://github.com/ARMmbed/uvisor/issues/268? Or is there something I should take in consideration while using interrupts?
BTW uVisor says that the IRQ N° was registered to x box and enabled, which means that the IRQ was setup correctly.