User Activity

Posted on March 22, 2013 at 21:32Hello!I can't enable the interrupt (NVIC_EnableIRQ (TIM1_UP_IRQn)) from the timer TIM1.Keil dislike arguments TIM1_BRK_IRQn, TIM1_UP_IRQn, TIM1_TRG_COM_IRQn:Main \ main.c (124): error: # 20: identifier ''TIM1_UP_IRQn...
Posted on March 07, 2013 at 15:01Hello!how to make a delay of N clock cycles? (without timers)I realized asm(NOP) is not working
Posted on February 26, 2013 at 21:26Hello!Use stm32f107vc.I'm trying to synchronize two timers (TIM3 and TIM5), as including the external trigger. Configure them, as described in RM0008 page 386:void TIM3(void){RCC->APB1ENR |= RCC_APB1ENR_TIM3EN;TIM...