Hi all, How can i implement Software Interrupts in msp430-gcc, (Traps) ?
for example, Borland provides a func geninterupt(Vector) which generates an interrupt on a given vector number.... and you can assign your software interrupt routine to a vector number using set_vect(pointer_isr,vector_num). is there an equivelant in msp430-gcc for generating and implementing traps? thanks, Abe