I'm trying to debug the ESP-EYE board with vscode extension, but I'm not sure of how to do it. As far as I know, it can be debugged using the same microUSB connection, so no extra hardware is required.
I'm following this guide https://github.com/espressif/vscode-esp ... bugging.md, but pressing F5 does nothing.
Also, if I try to start OpenOCD manually, it says that:
Code: Select all
❌ Error: no device found❌
Error: unable to open ftdi device with vid 0403, pid 6010, description '*', serial '*' at bus location '*'
❌ Error: no device found
❌ Error: unable to open ftdi device with vid 0403, pid 6014, description '*', serial '*' at bus location '*'
Thank you