Search found 16 matches
- Tue Feb 08, 2022 2:40 pm
- Forum: IDEs for ESP-IDF
- Topic: Not able to launch GDB in IDF v4.4
- Replies: 8
- Views: 10091
Re: Not able to launch GDB in IDF v4.4
In my case I don't think this is related to the VS ESP extension as it used to work with IDF v4.3.2 and extension v1.3, it stopped working since I updated to IDF v4.4 as the xtensa version changed to esp-2021r2-patch2-8.4.0 and doesn't include a "xtensa-esp32-elf-gdb" folder as the previews version.
- Mon Feb 07, 2022 9:35 am
- Forum: IDEs for ESP-IDF
- Topic: Not able to launch GDB in IDF v4.4
- Replies: 8
- Views: 10091
Re: Not able to launch GDB in IDF v4.4
Hello community,
Any idea where could this folder be or what's going on?
Really appreciate your comments.
Regards,
sch0bert
Any idea where could this folder be or what's going on?
Really appreciate your comments.
Regards,
sch0bert
- Thu Feb 03, 2022 1:46 pm
- Forum: IDEs for ESP-IDF
- Topic: Not able to launch GDB in IDF v4.4
- Replies: 8
- Views: 10091
Not able to launch GDB in IDF v4.4
Hello, I recently updated my IDF and .espressif folder to the latest stable configuration, IDF v4.4 but when I try to run the source level debugging enviroment is not possible. When I execute it in VS code, is able to launch the OpenOCD stage but seems is not able to launch GDB, this is what I get: ...
- Mon Jan 24, 2022 12:57 pm
- Forum: ESP-IDF
- Topic: ESP32 wifi connection failure over WPA3
- Replies: 4
- Views: 8432
Re: ESP32 wifi connection failure over WPA3
Thanks for the clarification!
- Fri Jan 21, 2022 12:49 pm
- Forum: ESP-IDF
- Topic: ESP32 wifi connection failure over WPA3
- Replies: 4
- Views: 8432
Re: ESP32 wifi connection failure over WPA3
From I have seen, this is only capable on the latest chips as the ESP32-S2:
https://docs.espressif.com/projects/esp ... 3-personal
This is not capable in old ESP32 chips in my opinion or did you make it to work?
https://docs.espressif.com/projects/esp ... 3-personal
This is not capable in old ESP32 chips in my opinion or did you make it to work?
- Wed Sep 01, 2021 7:28 am
- Forum: ESP-IDF
- Topic: Calling esp_netif_init() caused a panic error
- Replies: 2
- Views: 2808
Calling esp_netif_init() caused a panic error
Hello, I'm currently migrating my application from TCP/IP to Netif. I used to have v4.0.3 and I'm moving to v4.3 stable. I'm following the recomendations found in here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/tcpip_adapter_migration.html But when I initially...
- Fri Sep 06, 2019 10:06 pm
- Forum: ESP-IDF
- Topic: Docker: Super easy compiling and flashing without installing the SDK and all the dependencies
- Replies: 7
- Views: 18365
Re: Docker: Super easy compiling and flashing without installing the SDK and all the dependencies
I don't know the difference between those 2. I will be great if the Espressif guys that uploaded these containers also publish the source code of what is inside.
My project make usage of ULP functionality and I don't know if any docker container published in dockerhub will work for me. Any idea?
My project make usage of ULP functionality and I don't know if any docker container published in dockerhub will work for me. Any idea?
- Tue Jun 04, 2019 10:29 pm
- Forum: ESP-IDF
- Topic: I2C use by ULP and CPU
- Replies: 2
- Views: 3812
Re: I2C use by ULP and CPU
Ok, will then debug further to see what's going on. Thanks!
- Tue Jun 04, 2019 5:59 pm
- Forum: ESP-IDF
- Topic: I2C use by ULP and CPU
- Replies: 2
- Views: 3812
I2C use by ULP and CPU
Hello, I'm trying to use the same pins for I2C in ULP and CPU (active mode) but when I try to use it, nothing works. Is it possible to have both configured to use the same pins or should I use different ones? I'm using SDA pin as the 33 and SCL as the 32. Also I tested both in separated programs and...
- Tue Jun 04, 2019 5:49 pm
- Forum: Sample Code
- Topic: ULP uart send/receive
- Replies: 2
- Views: 6504
Re: ULP uart send/receive
UART is not supported by ULP, only ADC and I2C.