User Activity

Hi,I've just tried to set up TIM2 on an STM32G0B1RE in CubeMX like this:The exact purpose shouldn't matter for this question, but the timer is supposed to generate an interrupt when a LOW pulse of a given minimum length is detected on an external sig...
Posted on December 16, 2013 at 19:54 Hi, I'm quite new to microcontroller programming, and I'm currently rolling my own library using STM32F4's SDIO peripheral. I'm currently having problems when I write data to a card using the DMA. My ...