Posted on May 17, 2011 at 09:57After I have intialized the interrupt, my next step is to start a timer which I have done as follows: ... TIM_InitStructure.TIM_Mode = TIM_OCM_CHANNEL_1; TIM_InitStructure.TIM_OC1_Modes = TIM_TIMING; TIM_InitStructure....
Posted on May 17, 2011 at 09:57I am a newbie am working on a STR912 development board. I want to use external interrupt for IR interface (such as remote). I am using the following configuration in main function : GPIO_DeInit(GPIO3); GPIO_Struct.GPIO...
Posted on May 17, 2011 at 09:57I got it. It seems that the library version i have does not have all the requisite functions such as VIC_InitDefaultVectors(), so I added few lines as : VIC0->DVAR = 0xffffffff; VIC1->DVAR = 0xffffffff; I was able to...
Posted on January 11, 2009 at 03:40I am a newbie am working on a STR912 development board. I want to use external interrupt for IR interface (such as remote). I am using the following configuration in main function : GPIO_DeInit(GPIO3); GPIO_Struc...