Posted on May 17, 2011 at 09:35Hi Mirou This is a simple project made with IAR, and ST libraries. I join a screem shoot of the problem... I added a dummy routine to the DVAR register of VIC0 and VIC1 (see 91x_IT.c). Then the program don't freeze, bu...
Posted on May 17, 2011 at 09:35Hi all, We made a code with 2 interrupts on a STR912FW44 : Timer 0 and the periodic RTC at 1024Hz. The two handlers are : void TIM0_IRQHandler(void) { GPIO_WriteBit(GPIO0,GPIO_Pin_4,Bit_SET); GPIO_WriteBit(GPIO0,GPIO...