Hi
I have an application using the Pi Pico programmed using the Arduino IDE mbedos. The issue that I have is that the USB device is not always recognised when a watchdog reset occurs on the Pi Pico. The host is a RPi 4B.
I have read some similar posts with solutions (not using the Arduino IDE) to wait until the CDC device is recognised:
- Strange behavior when connecting Pico to USB - Raspberry Pi Forums
- [SOLVED]How to wait for USB ready? - Raspberry Pi Forums
- Raspberry Pi Pico not showing up as COM/ttyACM0 device · Issue #120 · raspberrypi/pico-sdk · GitHub
I don't know how to achieve the same in the Arduino IDE. Please help.