User Activity

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 ...
Hello,I would like to embark on a project for a custom board with the STM32MP157DAB1 and I am referencing the STM32MP15-DISCO schematic from ST which uses the STM32MP157CAC3.My Question: How do I translate between the functionality of the pins?From o...