Same problem here with ESP32-S3.
Was working fine. I didn't make any changes, but I think I failed to close the debug session down properly. Now, I get this error EVERY time. I rebooted all the electronics and my PC, but I'm still getting the error!!!
Search found 42 matches
- Sat Jun 28, 2025 9:21 pm
- Forum: ESP-IDF
- Topic: ESP32-S3 OpenOCD timed out
- Replies: 2
- Views: 4411
- Thu Jan 30, 2025 2:36 pm
- Forum: ESP-IDF
- Topic: GPIOs work in Arduino, but not Espressif-IDE!?
- Replies: 4
- Views: 2244
Re: GPIOs work in Arduino, but not Espressif-IDE!?
chegewara,
That was the solution! Thank you for providing a quick and professional response.
That was the solution! Thank you for providing a quick and professional response.
- Thu Jan 30, 2025 1:36 pm
- Forum: ESP-IDF
- Topic: GPIOs work in Arduino, but not Espressif-IDE!?
- Replies: 4
- Views: 2244
Re: GPIOs work in Arduino, but not Espressif-IDE!?
Here is the modified Blink example that I am currently using.
-GPIOs 36, 37, & 38 blink as expected.
-GPIO 39 is Dim as if it was receiving a 50% PWM signal.
-GPIOs 40, 41, & 42 remain OFF.
Again, hardware has been proven. All these LEDs work when I use similar code in Arduino.
/* Blink ...
-GPIOs 36, 37, & 38 blink as expected.
-GPIO 39 is Dim as if it was receiving a 50% PWM signal.
-GPIOs 40, 41, & 42 remain OFF.
Again, hardware has been proven. All these LEDs work when I use similar code in Arduino.
/* Blink ...
- Thu Jan 30, 2025 2:54 am
- Forum: ESP-IDF
- Topic: GPIOs work in Arduino, but not Espressif-IDE!?
- Replies: 4
- Views: 2244
GPIOs work in Arduino, but not Espressif-IDE!?
I'm using the Espressif-IDE (Eclipse) with custom hardware.
I could only get some of the GPIOs to work. So, I inspected the hardware and found no errors. I then inspected the firmware and also found no errors. I next decided to go back to Arduino and all the LEDs on my hardware were proven ...
I could only get some of the GPIOs to work. So, I inspected the hardware and found no errors. I then inspected the firmware and also found no errors. I next decided to go back to Arduino and all the LEDs on my hardware were proven ...
- Wed Jan 15, 2025 1:19 am
- Forum: ESP-IDF
- Topic: Eclipse debugger missing MCU Reset button
- Replies: 5
- Views: 3434
Re: Eclipse debugger missing MCU Reset button
Why is the support lacking on this forum? I've asked many questions and only a few have responses...?
This question is a very basic question that anyone can respond to. Firstly, I want to know if what I'm seeing is normal operation...?
This question is a very basic question that anyone can respond to. Firstly, I want to know if what I'm seeing is normal operation...?
- Wed Jan 15, 2025 1:18 am
- Forum: ESP-IDF
- Topic: Eclipse debugger missing MCU Reset button
- Replies: 5
- Views: 3434
Re: Eclipse debugger missing MCU Reset button
Why is the support lacking on this forum? I've asked many questions and only a few have responses...?
This question is a very basic question that anyone can respond to. Firstly, I want to know if what I'm seeing is normal operation...?
This question is a very basic question that anyone can respond to. Firstly, I want to know if what I'm seeing is normal operation...?
- Sat Jan 04, 2025 6:13 pm
- Forum: Hardware
- Topic: Copying the design of Espressif ESP32 Modules
- Replies: 3
- Views: 1992
Re: Copying the design of Espressif ESP32 Modules
Thanks! Just want to make sure I'm doing everything by-the-book.
It makes sense to me that Espressif would want to encourage people to use as much of their designs as possible.
It makes sense to me that Espressif would want to encourage people to use as much of their designs as possible.
- Fri Jan 03, 2025 3:13 am
- Forum: ESP-IDF
- Topic: Eclipse debugger missing MCU Reset button
- Replies: 5
- Views: 3434
Re: Eclipse debugger missing MCU Reset button
Having to Stop and then Re-Download while debugging just to restart the code is starting to get very time-consuming now that I'm doing it +50x per day.
Can someone please comment? Is the button there and I'm missing it?
Can someone please comment? Is the button there and I'm missing it?
- Fri Jan 03, 2025 3:11 am
- Forum: Hardware
- Topic: Copying the design of Espressif ESP32 Modules
- Replies: 3
- Views: 1992
Re: Copying the design of Espressif ESP32 Modules
Can anyone comment on this?
Does Espressif monitor this forum? It is THEIR forum...
Does Espressif monitor this forum? It is THEIR forum...
- Sat Dec 28, 2024 4:27 pm
- Forum: IDEs for ESP-IDF
- Topic: CMakeLists.txt >> error: 'Building Active Configuration'
- Replies: 7
- Views: 11417
Re: CMakeLists.txt >> error: 'Building Active Configuration'
I was using the nvs_rw_blob example project.
I sort of gave-up on this issue. I know my original project was built off of this example project. But, the support here in this chat said that example projects would work fine. So, I wiped my project and started fresh with the example again, and the ...
I sort of gave-up on this issue. I know my original project was built off of this example project. But, the support here in this chat said that example projects would work fine. So, I wiped my project and started fresh with the example again, and the ...