Hi Is there some example how i can create multiple sodtware interrupts through the SVC_Handler ?
For now i am only able to call one software interrupt.
The code (swi.s) i used for the lpc21xx does not work on the lpc1111
Is there some code example ? i want to use the svchandlers to execute code that must not be interrupted by other interrupts.
Johan