User Activity

Hello, I have use Timer 2 in PWM one pulse mode to change the duty cycle of Timer 1 PWM when the pulse have ended using HAL_TIM_PWM_PulseFinishedCallback(TIM_HandleTypeDef *htim)After restart the board, I press the button to trigger Timer2 One Pulse ...
I am trying to output One Pulse Mode, however the output is not back to 0V when the pulse is complete. The One Pulse is started with a button interrupt.The timing of the One Pulse is correct, but when the pulse is finished, the output was set to high...
Hello, I have a timer 3 master and timer 1 slave. When a button is pressed, master is activated as long as button is pressed, and then slave is triggered based on master's output signal (high / low) (gated slave control)(This is a continuation of my...
Hello, I am trying to set timer 3 as a master to timer 1 without success. Timer3 is outputting the PWM correctly, but timer1 is not getting triggered by Timer3's PWM Signal. What else am I missing?My board is STM32F429 discovery Here are my settings ...
I am having issue to display a keypad container inside ListLayout. Problem: After displaying the keypad container by setting the container height, and invalidating the container & ListLayout, the other child inside ListLayout is not moved shifted/rea...