Posted on May 17, 2011 at 11:31I'm using 91x_lib and I'm trying to write a simple application that use TIM and VIC interrupts. I haven't any examples, someone have examples? This is my code that doesn't work: ***** main.c ****** #include ''91x_lib.h...
Posted on May 17, 2011 at 09:49Thanks for your answer! I'm using STR912FW44. I don't know the crystal frequency. On this board I have wrote other programs that use interrupts like CAN, UART, TIM and they work fine. I don't know where is the problem ...
Posted on May 17, 2011 at 09:49I have a problem with ADC Interrupt. The interrupt happens only one time. This is my code for interrupt: Code: void ADC_IRQHandler(void){ /* Clear the end of conversion flag */ ADC_ClearFlag(ADC_FLAG_ECV); GPIO_Writ...