Tool/software: Code Composer Studio
Is the method of registering the software interrupt() in the interrupt vector(0x00000008) as follows?
#pragma INTERRUPT(software_interrupt,SWI)
void software_interrupt(UNIT32 arg1, UNIT32 arg2, UNIT32 arg3, UNIT8 swi_number)
{
~
}