Search found 3 matches

by errno
2025-05-09 10:09
Forum: Other
Topic: Is there a way to determine if USB-C connected?
Replies: 4
Views: 114

Re: Is there a way to determine if USB-C connected?

The Luckfox Pico Pro Max does provide test points, but to utilize the USB_VBUSDET functionality, additional jump wire connections are still required. However, if you plan to design a circuit board based on the Core1106, you can integrate the USB_VBUSDET functionality directly into the design. For e...
by errno
2025-05-08 9:06
Forum: Other
Topic: Is there a way to determine if USB-C connected?
Replies: 4
Views: 114

Re: Is there a way to determine if USB-C connected?

Thank you for reply! Hello, the USB_VBUSDET pin, which serves as an indicator for both host and peripheral modes, is not exposed by default. Using other pins to detect voltage levels can be quite troublesome. Why it could be troublesome? I was thinking about using GPIO connected to USB_DET_IN in par...
by errno
2025-05-07 9:30
Forum: Other
Topic: Is there a way to determine if USB-C connected?
Replies: 4
Views: 114

Is there a way to determine if USB-C connected?

I'm building custom camera/DVR solution based on LuckFox Pico Pro Max. I want my device operate in two modes: powered via VSYS and no USB connected - recording powered via USB-C - emulate mass storage to access recorded files Thus on boot system have to figure out if USB-C is plugged in and follow o...