??? 03/16/05 21:41 Read: times |
#89812 - more on ISRs Responding to: ???'s previous message |
>2) the "I get in trouble when ints are different priority" is
>due to one of two causes: a) insufficient stack or b) ISRs at >different priorities using same bank. b) We use different banks for each ISR. Removing the using directive doesnt help. 1) Yep, the KEIL cstart.asm file has this enabled, and the regs are setup for this. 2) C using KEIL 3) We spit the stack pointer out a serial port before and after the device has locked. |