Question
STM32 + USB PD + Voltage and Current control
I work with STM32G4 and USB PD.
I have a question about voltage and current control. How is voltage and current controlled during operation so that the values do not go beyond the limits specified in the profile definition?
I found only one place in the code where this is controlled - in the void function DPM_ManageAlert (void). Is it being done elsewhere?
