User Activity

Master is a STM32H757, slave is a LSM6DSO ( accelero + gyro ). I have a SPI link inbetween. The "int2" pin on the LSM6 rise up when data are readable in registers.This pin is connected on EXTI2 on STM32.Register read is auto incremental on LSM6.I nee...
Hi, I dont know how this happened, but my Eval board STM32H757 can not go after :SystemClock_Config() ==> HAL_PWREx_ConfigSupply() ==> while (__HAL_PWR_GET_FLAG (PWR_FLAG_ACTVOSRDY) == 0U)The progam stay in the while loop : while (__HAL_PWR_GET_FLAG ...
Hi, I am curently working on the STM32H747. I need to have the CM7 booting while the CM4 is not. Then after, the CM4 BOOT is triggered by the CM7.Using STM32 cube programmer, I am able to disable the BCM4 bit of the SYSCFG_UR1 register.The required s...
Hello everybody, Here is my needI am using STM32F469NI, and I need to generate a PWM signal using timer1. I need to generate a burst of 4 pwm cycles. Each cycle must have a specific duty cycle value. I already did that using DMA that load each duty c...
Kudos from