Hi,
I have an application running with OAK-FFC-3P without problem on laptop as SuperSpeed USB device. But when it runs on Raspberry Pi 4 USB 3 port, it always crashes after showing up as SuperSpeed device for less than a second. It runs no problem on USB 2 port. But USB 2 is too slow for my application.
I am pretty sure this is
- NOT a cable issue, I tested with numerous USB 3 cables and the issue wasn't showing until raspberry pi.
- NOT a power supply issue, I power the OAK-FFC-3P externally.
Here is the log after it crashed, but I don't think it is too useful

And here is the log from dmesg, you can see it is correctly showed as SuperSpeed USB device when it is in mode f63b

Some more information about the pi:
release
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
kernel
5.15.84-v8+ #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023 aarch64 GNU/Linux
This link has a MRE. Please let me know what you guys think.
Thanks
Lincoln