2006-01-03 09:36 PM
Anyone using the IAR EWARM __irq extended keywords?
2006-01-03 12:46 AM
Hi,
I am wondering why ST provides examples for the STR71x for the IAR compiler, where the interrupt handling is written in asm? When the compiler has some support for the interrupts by using the keyword __irq Has anyone implemented the interrupts without the vects.s79 asm file? Best regards Frank Andersen2006-01-03 09:36 PM
Well nested interrupt shold be supported by using the Keyword __nested __irq
I have read the STR7 interrupt handling doc, but would still like an example writen for the EWARM IAR compiler, where interrupt handling is written in C. Best regards, Frank Andersen