• Overlay problem with interrupt (with NOOL set)
    I have a overlay problem: I've got one function who is called from main and from my interrupt service routine. When the interrupt calls the function my local variables point to an indefinite adress...
  • Overlay problem with interrupt (with NOOL set)
    I have a overlay problem: I've got one function who is called from main and from my interrupt service routine. When the interrupt calls the function my local variables point to an indefinite adress...
  • Non-secure peripheral with a secure interrupt handler
    Hi, I was wondering if it was possible to configure a peripheral to be in non-secure mode and have the interrupt handler associated with the peripheral run in secure mode? Basically by not setting...
  • Non-secure peripheral with a secure interrupt handler
    Hi, I was wondering if it was possible to configure a peripheral to be in non-secure mode and have the interrupt handler associated with the peripheral run in secure mode? Basically by not setting...
  • Armv8-M Hangs on Non-secure Interrupt Handler Exit
    Hello, On exiting non-secure interrupt handler, armv8-M cm33 gets in a bad state and hangs. I think what's happening is, on exiting non-secure handler, cpu try to restore state from a secure area...