User Activity

I am triggering adc every 100us in dma and getting data in adc callback. I am triggering adc with hrtim compare 3. //hrtim cmp3 event call back{//reset a pin.} //adc conversion call back{//set a pin} for some reason the reset pin is working every cyc...
I am using stm32h750vbt6 for pmsm foc. I want to know if there is a way to use hrtim in center aligned mode as it would be needed for svpwm.Right now I'm updating the duty cycle with the following settings.Set comparator value: counter value/2 - duty...
I am using stm32h750vbt6 for 4 channels adc conversion using dma, unable to do so. I have done it in stm32f407 but couldn't implement in this controller. The buffer that ive assigned to dma always says zero. I am using stm32cubemx to generate code an...
I am using UART2 on STM32F407VG-DISC1, my HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) function is never called.
Kudos from