Hi, Usual USB connect would be via a VBUS interrupt I imagine, but I'm struggling to find the "hooks" in the code that react to this. It "just works" for eval boards but...
...in my case the detect is handled by a USB C FUSB302 device. The FUSB302 is detecting the connect and I can set it up as required but can't quite find how to call a "DEV_CONNECT" (or whatever it should be) - neither as a result of a traditional VCONN detect interrupt let alone as a software-initiated call. I will need to do the same for a host detect too (e.g. msd or keyboard attach). If anyone can point me in the right direction I'd appreciated it! Tim.