User Activity

Posted on June 21, 2016 at 14:01Hi, I have a problem. I can transmit data with Can2 but input data isnt generate any interrupt. I use a HAL libraries.  I can see a correct input data in CAN_RDL0R and CAN_RDH0R register. CAN1 work properly. CAN1 and ...
Posted on November 25, 2014 at 13:08Hi, i want to capture time signal on PA0. I use a FreeRtos. My code: //Input capture mode     TIM1->CR1 = 0x0;     TIM2->CCMR1=0x0;     TIM2->CCER =0x0;     TIM2->CR1 |=TIM_CR1_CMS ;     TIM2->CR1 |=TIM_CR1_DIR;  ...