7 years, 7 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.

Be the first to answer this question.