I am trying to build Squeezelite-esp32 (CMake project) under Windows wit Eclispe. It requires IDFv4.0 but it keeps using my
installed IDF v4.2.
In the project settings I added environment variable IDF_PATH set to my IDF v4.0 location, but it still uses IDF v4.2.
How to tell an Eclipse project ...
Search found 33 matches
- Sun Apr 25, 2021 8:48 pm
- Forum: IDEs for ESP-IDF
- Topic: How to specify IDF version in Eclipse CMake project
- Replies: 1
- Views: 3517
- Tue Mar 16, 2021 7:20 pm
- Forum: IDEs for ESP-IDF
- Topic: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
- Replies: 12
- Views: 28102
Re: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
I have added "loglevel 5" to the debug configuration. Pressed F5 (with 2 breakpoints configured) the application was executing (LED blinks serial output) but but it did not stop on a breakpoint.
Some noticable part from the log:
2021-03-16 20:07:42,755 - Gdb - INFO - CONS: '\\n'
2021-03-16 20 ...
Some noticable part from the log:
2021-03-16 20:07:42,755 - Gdb - INFO - CONS: '\\n'
2021-03-16 20 ...
- Sun Mar 14, 2021 2:04 pm
- Forum: IDEs for ESP-IDF
- Topic: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
- Replies: 12
- Views: 28102
Re: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
The story continues,
Added pulldown resistor to TDI and added:
"idf.openOcdConfigs" : ["board/esp32-wrover-kit-3.3v.cfg"]
to settings.JSON as ESP_bignacio pointed out.
This clearly improved consistency: flashing now always works. However debugging is still a bit weird, I noticed the ...
Added pulldown resistor to TDI and added:
"idf.openOcdConfigs" : ["board/esp32-wrover-kit-3.3v.cfg"]
to settings.JSON as ESP_bignacio pointed out.
This clearly improved consistency: flashing now always works. However debugging is still a bit weird, I noticed the ...
- Sun Mar 14, 2021 11:42 am
- Forum: IDEs for ESP-IDF
- Topic: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
- Replies: 12
- Views: 28102
Re: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
When trying to find out the correct flash voltage for the board, I looked into several datasheets and forum posts. It is seems not specified within the electrical specifications but somewhere 'hidden' within the text.
I found the WROVER (without extension) requires 1.8V and the WROVER-B, WROVER-E ...
I found the WROVER (without extension) requires 1.8V and the WROVER-B, WROVER-E ...
- Thu Mar 11, 2021 8:13 pm
- Forum: IDEs for ESP-IDF
- Topic: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
- Replies: 12
- Views: 28102
Re: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
@ESP_roland and @ESP_bignacio
First thank you for yor replies. I will try to answer most of the questions from both here.
What is the value of idf.openOcdConfigs also called List of configuration files inside OpenOCD Scripts directory in Preferences: Open Settings (UI) ?
There is no: idf ...
First thank you for yor replies. I will try to answer most of the questions from both here.
What is the value of idf.openOcdConfigs also called List of configuration files inside OpenOCD Scripts directory in Preferences: Open Settings (UI) ?
There is no: idf ...
- Mon Mar 08, 2021 1:11 pm
- Forum: IDEs for ESP-IDF
- Topic: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
- Replies: 12
- Views: 28102
VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
After many attempts to get JTAG debugging working with a Lyra-T board, I bought a Wrover-kit, which has on board JTAG. This to rule out any hardware issues which might exist in my Lyra-T setup. Unfortunately again issues. When attempting to flash the 'blink' application serially from VSCODE:
$ H ...
$ H ...
- Mon Mar 08, 2021 12:45 pm
- Forum: IDEs for ESP-IDF
- Topic: How can I install the new version of openocd in the ESP-idf?
- Replies: 9
- Views: 14904
Re: How can I install the new version of openocd in the ESP-idf?
I have updated the settings.json up to 3 times with the new open OCD version. It seems after a restart it gets overwritten again with the 'old' version. Why (and by what) is settings.json overwritten ?
- Thu Mar 04, 2021 6:19 pm
- Forum: IDEs for ESP-IDF
- Topic: Openocd update issue
- Replies: 7
- Views: 10883
Re: Openocd update issue
I have also updated my open OCD and edited the settings.json. I have done it about three times and each time (probably after restart VSCODE) the openocd name in settings.json is chanegd back to the previous value.
And yes, I saved it and even tried it with another editor. Why is my settings.json ...
And yes, I saved it and even tried it with another editor. Why is my settings.json ...
- Tue Feb 23, 2021 9:29 am
- Forum: ESP-ADF
- Topic: Lyra-T and JTAG debugging
- Replies: 2
- Views: 5589
Lyra-T and JTAG debugging
Maybe here in the ADF forum are some Lyra-T users.
I have a Lyra-T (using WROVER-B) and I am trying to get JTAG debugging working on Windows. I have tried both VSCODE ane Eclipse. Both detect the chip via JTAG, but I don't get any step further.
Anyone here having more succes, or even can confirm ...
I have a Lyra-T (using WROVER-B) and I am trying to get JTAG debugging working on Windows. I have tried both VSCODE ane Eclipse. Both detect the chip via JTAG, but I don't get any step further.
Anyone here having more succes, or even can confirm ...
- Tue Feb 23, 2021 6:39 am
- Forum: ESP-IDF
- Topic: ESP IDF Windows command prompt missing since V4.2
- Replies: 0
- Views: 2015
ESP IDF Windows command prompt missing since V4.2
With ESP-IDF 4.0 a shortcut was installed in the start menu, which opened a command prompt with all environment variables set.
Is this one missing with IDF V4.2 ?
Is this one missing with IDF V4.2 ?