User Activity

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 ...
Hello,I am currently using the MOOC hands-on lab examples to understand how to use inter processor communication between the A7 and M4. The lab is using the STM32MP157C-DK2 board, whereas I am using the STM32MP157F-DK2 board. Currently, I made a new ...