Search found 3 matches

by life711event
Mon Oct 09, 2023 4:11 am
Forum: General Discussion
Topic: [ESP32C3] Application Not Running and Debugging Issues
Replies: 4
Views: 1347

Re: [ESP32C3] Application Not Running and Debugging Issues

All the logs are into the unique text file.
Finally I found the problem, null pointer access onto my code..

Does the application run before openOCD Debugging sesion start?
by life711event
Sun Oct 08, 2023 3:02 pm
Forum: General Discussion
Topic: [ESP32C3] Application Not Running and Debugging Issues
Replies: 4
Views: 1347

Re: [ESP32C3] Application Not Running and Debugging Issues

I am configuring GPIOs 0 and 1 for I2C onto ESP_GEN application, using peripheral registers.
But it seems that it do not even boot after flash process (log_1b.txt).
by life711event
Sat Oct 07, 2023 12:01 pm
Forum: General Discussion
Topic: [ESP32C3] Application Not Running and Debugging Issues
Replies: 4
Views: 1347

[ESP32C3] Application Not Running and Debugging Issues

Hi, I am working on a custom ESP-C3 board powered up by USB, and i want to be able to program and debug it using builtin USB-JTAG. I have two applications, ESP_GEN (to test integrity), generated by Espressif-IDE with a simple main; And an other one, ESP_APP for my application. Both share the same sd...