User Activity

Posted on November 27, 2014 at 10:48 I found an example in the stm firmware. It is TIM DMA Burst. The configuration code is as in this link https://github.com/devthrash/STM32F4-workarea/blob/master/Project/STM32F4xx_StdPeriph_Examples/TIM/TIM...
Posted on October 17, 2014 at 11:21 I have a CAN bus project that needs to use bothCAN1_RX0_IRQn and CAN1_SCE_IRQn. But it happened is that when I enabledboth of the interrupts, then the interrupts did not work at all. Here is my CanConfig(): ...