• Cortex-M4 interrupt occures right after it's disabled
    Hi! I use STM32F417 with cortex-M4 core in my project. I found that a timer interrupt occures just after 2 instruction after disabled through peripherial register. How iis it possible? Assembler code...
  • Cortex-M4 interrupt occures right after it's disabled
    Hi! I use STM32F417 with cortex-M4 core in my project. I found that a timer interrupt occures just after 2 instruction after disabled through peripherial register. How iis it possible? Assembler code...
  • OMAP3: encountered a blocking structure assignment, occurring only on OMAP3 processors
  • OMAP3: encountered a blocking structure assignment, occurring only on OMAP3 processors
  • Jumping to function after timer interrupt
    In my program, I have a periodic timer interrupt written in C. What I need to achieve is to have the interrupt service routine jump to another function after the interrupt service routine is executed...