User Activity

Hi, I am using UART3 and UART4 interrupts together in STM32G070RBT6TR processor and facing issues.I have inserted my service routines as below. /* USER CODE BEGIN USART3_4_IRQn 0 */ if((USART4->ISR & USART_ISR_TC_Msk) == USART_ISR_TC_Msk){ } if((US...
Hi,Looking at the features of intelligent stepper motor driver (L6470), I have decided to use it for an application where I will be having 16 stepper motor driverswhich will be controlled by single STM32 MCU. I am done with board design and to start ...
I want to develop ACIM drive with power output upto 1KW. What STM32 series processor will be suitable? I would like to have good firmware support for development.