Search found 21 matches
- Mon Jan 27, 2025 12:52 pm
- Forum: General Discussion
- Topic: A fatal error occurred: Failed to connect to ESP32-C6: No serial data received.
- Replies: 5
- Views: 2495
Re: A fatal error occurred: Failed to connect to ESP32-C6: No serial data received.
Hi, I need some additional information to help troubleshoot your issue: Could you provide detailed steps to reproduce the problem? A screen recording (GIF) would be particularly helpful. Please clarify your connection setup: - Are you using a USB-C cable connected to the UART port? - Or are you conn...
- Wed Jan 08, 2025 5:39 am
- Forum: IDEs for ESP-IDF
- Topic: SOLVED: Can't flash hello.c on ESP32-C3 (WROOM) with ESP-IDF extension in VSCode
- Replies: 5
- Views: 4576
Re: Can't flash hello.c on ESP32-C3 (WROOM) with ESP-IDF extension in VSCode
Hi, From what I understand from your post, you have JTAG disabled from efuse. If that is the case you are not able to use JTAG flashing anymore. You can try to use UART Flash, which does not require running OPENOCD. If this doesn't solve the issue, please run the command "ESP-IDF: Doctor Command" fr...
- Mon Dec 30, 2024 8:48 am
- Forum: IDEs for ESP-IDF
- Topic: Issue with VSCode finding stdlib
- Replies: 2
- Views: 2562
Re: Issue with VSCode finding stdlib
Hi, Try to use the following for both includePath and browse: "${config:idf.toolsPath}/tools/xtensa-esp-elf/esp-13.2.0_20240530/xtensa-esp-elf/xtensa-esp-elf/include" If you are not having issues only with stdlib.h, make sure you have the compile_commands.json in your build folder. You can generate ...
- Mon Sep 30, 2024 8:33 am
- Forum: IDEs for ESP-IDF
- Topic: Can't launch monitor within VSCode (M1 Mac, MacOS Sequoia)
- Replies: 4
- Views: 8266
Re: Can't launch monitor within VSCode (M1 Mac, MacOS Sequoia)
Hi, sorry for late reply. I would recommend for future issues related to the esp-idf vs code extension, to open an issue directly on the github repo: https://github.com/espressif/vscode-esp-idf-extension/issues Regarding your issue, I don't see any issue with the configuration and I was not able to ...
- Mon Sep 02, 2024 11:01 am
- Forum: IDEs for ESP-IDF
- Topic: Issue selecting COM port in IDE
- Replies: 2
- Views: 5361
Re: Issue selecting COM port in IDE
Hi, I'm one of the contributors to the ESP-IDF VS Code extension. I'm not sure when you have tried the extension, but from the feedback we've received, we managed to improve the experience for new users. So, if you haven't check it in a while, I would highly recommend to do so and if you run into is...
- Fri Aug 02, 2024 9:59 am
- Forum: IDEs for ESP-IDF
- Topic: Ubuntu 22 - VSCode - ESP-IDF - esp-matter not generating compile_commands.json
- Replies: 1
- Views: 3896
Re: Ubuntu 22 - VSCode - ESP-IDF - esp-matter not generating compile_commands.json
Hi Marius,
Have you tried running the command "ESP-IDF: Run idf.py reconfigure task" from command palette? (CTRL+SHIFT+P), this command should generate the compile_commands.json
Have you tried running the command "ESP-IDF: Run idf.py reconfigure task" from command palette? (CTRL+SHIFT+P), this command should generate the compile_commands.json
- Wed May 08, 2024 2:02 pm
- Forum: General Discussion
- Topic: Change ESP32 registers and peripherals in debug session
- Replies: 1
- Views: 1248
Re: Change ESP32 registers and peripherals in debug session
Hi ilangr, The functionality is not there yet for the ESP-IDF VS Code Extension since no one requested it, but we will keep it in mind for future releases. If you have any feature requests, I would strongly encourage you to create them on our github repository: https://github.com/espressif/vscode-es...
- Wed May 08, 2024 7:10 am
- Forum: IDEs for ESP-IDF
- Topic: ESP IDF Extension problem (VSCode)
- Replies: 1
- Views: 2348
Re: ESP IDF Extension problem (VSCode)
Hi, Unfortunately, I don't have enough information to troubleshoot this. Please open VS Code and open Command Palette (CTRL + SHIFT + P) and type "ESP-IDF:Doctor Command", this will copy a bunch of text to your clipboard or to a file depending on your Operating System. Paste the result here so I can...
- Thu Jan 04, 2024 9:28 am
- Forum: IDEs for ESP-IDF
- Topic: VS Code extension is enabled on WSL instead of local Windows
- Replies: 3
- Views: 10761
Re: VS Code extension is enabled on WSL instead of local Windows
I'm guessing you have the VS Code opened as a remote connection. To install on your local, make sure VS Code is opened locally. You can check this in the bottom left corner of VS Code: NO WSL: Screenshot 2024-01-04 111534.png WSL Ubuntu: Screenshot 2024-01-04 111509.png In order to fully uninstall t...
- Wed Nov 22, 2023 10:20 am
- Forum: IDEs for ESP-IDF
- Topic: Unable to start debugging. Unexpected GDB output from command "- interpreter-exec console "target remote:3333""
- Replies: 14
- Views: 177842
Re: Unable to start debugging. Unexpected GDB output from command "- interpreter-exec console "target remote:3333""
Hi Jimis1, Please follow the steps from the link https://github.com/espressif/vscode-esp-idf-extension/tree/master#Troubleshooting Brian provided and attach the output of the Doctor's Command here, as well as the %USERPROFILE%\.vscode\extensions\espressif.esp-idf-extension-VERSION\esp_idf_vsc_ext.lo...