2007-03-15 05:30 AM
2011-05-17 12:34 AM
hi,
I thought that this problem comes from nested interrupt. you must consider stack size on nested interrupt. basically, IRQ exception procedure is implemented as following user(or sys)mode --> IQR mode --> user(or sys) mode .... --> IRQ mode --> user(or sys)mode .... --> IRQ mode --> user(or sys)mode .... finally, reset or hang-up occured therefore large stack of user(sys) is needed. if you do not need to use nested interrupt,I recommand that disable interrupt on macro switching IRQ to user(sys) macro in the 91x_vect.s good luck. Best regareds KMSHIM