Search found 16 matches

by sch0bert
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: 8887

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.
by sch0bert
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: 8887

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
by 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: 8887

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: ...
by sch0bert
Mon Jan 24, 2022 12:57 pm
Forum: ESP-IDF
Topic: ESP32 wifi connection failure over WPA3
Replies: 4
Views: 7230

Re: ESP32 wifi connection failure over WPA3

Thanks for the clarification!
by sch0bert
Fri Jan 21, 2022 12:49 pm
Forum: ESP-IDF
Topic: ESP32 wifi connection failure over WPA3
Replies: 4
Views: 7230

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?
by sch0bert
Wed Sep 01, 2021 7:28 am
Forum: ESP-IDF
Topic: Calling esp_netif_init() caused a panic error
Replies: 2
Views: 2240

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...
by sch0bert
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: 16820

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?
by sch0bert
Tue Jun 04, 2019 10:29 pm
Forum: ESP-IDF
Topic: I2C use by ULP and CPU
Replies: 2
Views: 3459

Re: I2C use by ULP and CPU

Ok, will then debug further to see what's going on. Thanks!
by sch0bert
Tue Jun 04, 2019 5:59 pm
Forum: ESP-IDF
Topic: I2C use by ULP and CPU
Replies: 2
Views: 3459

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...
by sch0bert
Tue Jun 04, 2019 5:49 pm
Forum: Sample Code
Topic: ULP uart send/receive
Replies: 2
Views: 6061

Re: ULP uart send/receive

UART is not supported by ULP, only ADC and I2C.