• STR91x interrupt handling problem
    Dear Colleagues, Here's my source code: #include <91x_lib.h> #include "masodik.h" unsigned char gpio7_out = 0; int main() { GPIO_InitTypeDef GPIO_InitStruct; TIM_InitTypeDef TIM_InitStructure;...
  • Page options cont
    Jon, I tried that example you gave me, and it didn't seem to work. I think there may be problems with the development kit. David
  • new startup file needed for STR91x !!
    Hi, There are known problems with spurious interrupts using STR91x (ST). ST offers a software work around for it. The startup file must be changed. The startup code provided by ST does not seems...
  • Interrupt vect never called [C++] - Cont.
    Continuation of this now locked thread: http://www.keil.com/forum/61560/ You continued on an older thread that is now auto-locked - a long time bug that Keil just seem to refuse to fix. Why lock...
  • ARM interrupt handling
    I have following question: I want to know in ARM7 if inside FIQ isr I put a SWI instruction then whether first the FIQ will complete and then SWI exception will be taken or SWI exception will get...