User Activity

I am having a problem getting two DMA requests started for the same timer. One capture is an IC (input capture) and the other an OC (output compare). See the following code snippetHAL_StatusTypeDef status; status = HAL_TIM_OC_Start_DMA(&htim3,TIM_CHA...
I am using the STM32G071GBU6N to implement 2 USB PD interfaces. Port 1 will be sink, Port 2 will be source. On the sink interface, the dead battery support is needed and DBCC pins will be connected to cc pins. On the source, I do not need dead batte...