User Activity

Hello, Hope you're well. I started a project with CubeMX to use makefiles. I am able to compile and flash to the board but the code does not run properly on the f4 discovery board. To debug, I used Keil on a windows system and the code is actually wo...
Hello, Hope you're well. I want to create a waveform using a Hardware Timer and DMA. Upon looking at other posts in the forum, it seems the best approach from what I have seen is to use a Timer in Output Compare Mode along with a DMA to transfer the ...
Good day,Hope you're well. I used CubeMX to setup a PWM timer on the STM32F3 discovery board and tried to perform some debugging  to study how the registers changed(GPIOE and TIM1). The timer setup and initialization works as expected. LED blinks wit...
Hello,I need to understand the implementation of using output compare with timers  as a basis to tackle a more advanced project. My start point/goal is a timer with a period of 3 seconds and it toggles when CNT equals 800ms(CCR1). Clock is running at...
Hello,I am attempting to generate a waveform with a period of 33ms. In-between each period, I need to toggle the timer output 5 times with a varying timescale. My initial thought is to do this using a timer in output compare mode and then update the ...