User Activity

Dear All,Board: Nucleo - H745ZI-QWhat am I trying to do ?I am trying to measure pulse width of an signal using counter mode of timer 2, as accurately as possible. The input pulse width varies from 1 us to 1000 us.What have I done?I configure the Tim...
Dear All,Board: Nucleo - H745ZI-QWhat am I trying to do ?I am trying to measure pulse width of an signal using input capture mode of timer 2 channel 1. Then multiply that width by two and wait for that much time and generate an output pulse using out...
Dear All,Board: Nucleo - H745ZI-QWhat am I trying to do ?I want to measure pulse width of an input signal using a busy loop and a timer. I keep monitoring a pin configured as input , when a zero is detected (by default input is around 3 volts), a fun...
Dear All,Board: Nucleo - H745ZI-QWhat am I trying to do ?I am using to measure pulse width of an signal using input capture mode of timer 2 channel 1. Then multiply that width by two and wait for that much time and generate an output pulse using outp...
I have existing working code which uses uart and some GPIO functions. Its main.h has,#include "ll_common.h", #include "stm32h7xx_ll_gpio.h", #include "stm32h7xx_ll_usart.h"and few more ll headers.Now I need to add I2C functionality to the code. I go ...
Kudos from