User Activity

I am using triple simultaneuos conversion ADC (2 conversions for each) with DMA (circular):static void MX_ADC1_Init(void) { ADC_MultiModeTypeDef multimode = {0}; ADC_ChannelConfTypeDef sConfig = {0};   /** Configure the global features of the A...
Hello - i'm new to STM32 MCU's (mostly have been using 8bit AVR's or OS based Raspberry Pi). I've been trying to implement a 6-step motor control (making everything from scratch as a learning experience). I picked TIM4 and TIM8 in a master-slave conf...