Hi, what is the correct way to switch between CAD state machines? For example, between DRP to SNK and vice versa.Motivation: When the battery is bellow the defined SOC, switch from the DRP state machine to the SNK only and stop toggling between SRC a...
Posted on July 04, 2017 at 01:17
Hi,
in my implementation, i2c slave address recognition on STM32F051 is not 100%. Followingcommunication works well. I'm using DMA.When I set HCLK frequency
to 8MHz (from HSI source), probability of address A...
When CAD state machines are switched, for example, from DRP to SNK, should the Policy engine state machine be switched too? From USBPD_PE_StateMachine_DRP to USBPD_PE_StateMachine_SNK?Or USBPD_PE_StateMachine_DRP should be called in all cases of CAD ...
Thank you for reply.To be more specific, I'm looking to this file: https://github.com/STMicroelectronics/stm32-mw-usbpd-device-g0/blob/main/src/usbpd_cad_hw_if.cThere are defined three CAD state machines:CAD_StateMachine_SNKCAD_StateMachine_SRCCAD_St...