-
Notifications
You must be signed in to change notification settings - Fork 916
Closed
Labels
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
Hi team,
this example works good with S3, how about P4?
https://github.com/espressif/esp-iot-solution/blob/master/examples/usb/device/usb_uart_bridge
In theory it should be straightforward, assign pins and let it run, but:
- code seems to run correctly
- monitor other devices, all kind of esp32 devkits, works good
- there is problem to flash devkit on our custom PCB with it
- the same setup (wires, PCB etc) just with esp32-S3 instead of P4 works fine, i can flash and monitor
i am using always esp-idf master branch
Thanks