Upload code through USB to ESP32

Sysprogs forums Forums VisualGDB Upload code through USB to ESP32

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22738
    nimbusgb
    Participant

    Evaluation stage, looking for a good IDE and debug environment and stumbled on visualGDB.

    Is it possible to upload code via the USB interface rather than using JTAG?

     

    #22767
    support
    Keymaster

    Hi,

    Yes, you can upload the code using the COM-to-USB interface. Simply select the COM port on the first page of the VisualGDB Project Properties (for advanced ESP-IDF projects) and then right-click on the project in Solution Explorer and select “Program FLASH Memory”. This will automatically invoke the esptool.py script from the ESP-IDF that will program the memory via the COM port.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.