Hi,
I'm working on a Cortex-M4 (STM32F429-DISCO) with the Ravenscar profile, using Ada language.
What I want to do is to trigger a software interrupt from a procedure in a task. This in order to have
the same algorithm, which governs the interrupt…
I don't want to setup the vector table for all my external interrupts. For instance I only need the timer4 IRQhandler at IRQn 30. How can I make an offset in the table? Is this necessary?
This is a very common question.
The diagram below is a pictorial description of the differences followed by some explanations.
Starting from the bottom: