Joel Rupp
Joel Rupp
I've just measured the resistances of CC1 and CC2 to ground, and they're both at 5.1k, which they shouldn't. I've already pulled PA10 and PA9 low, just incase the dead...
I can disable the pulldown resistors, with modifying the LL_UCPD_SetRpResistor and/or LL_UCPD_SetccEnable in PDPhySTM32UCPD.cpp. The problem with that is, that the PDProtocolAnalyzer.poll() function doesn't do anything then, the console output...
Thanks for the fix, that works (kinda, occasionally there are some weird signals, but that's easy to ignore). Additionally to your code, there needs to be ``` static OPAMP_HandleTypeDef hopamp3;...