How To Run 2 UCPD ports on CMSIS V1
Hey all
I am building an application using a STM32G071RB with a DRP1M1 as ucpd 0 and a USBDP1 (old SNK1M1) as ucpd 1 and new to the STM UCPD world
In an attempt to start from a working base, I used the DRP1M1_DRP example project as a starting point.
This works until I change the "USBPD_PORT_COUNT" in the .cproject file to "=2" at witch point the the running board stops being picked up by cubeMonitor
After that I created a blank project to see if I could get both ucpd's working. The system only seems to work when cmsis v2 is used.
The DemoUCPD example seems to run on cmsis v1, so my my question is there something I missed setting to get two ports on cmsis v1?
These are the changes to the DRP1M1_DRP example so far
-the additional PDO lists for port 1, in pdo_defs
-adition of an ADC channel for sink vbus
-setting "USBPD_PORT_COUNT=2" in the .cproject file
Thanks
