Search found 5 matches

by EspUser123
Wed Jun 22, 2022 2:52 pm
Forum: Hardware
Topic: ESP32-S3:sample code can't debug....
Replies: 3
Views: 3092

Re: ESP32-S3:sample code can't debug....

I found the reason for my confusing warning.

:arrow: There were some old breakpoints that could not be reached..
by EspUser123
Wed Jun 22, 2022 8:18 am
Forum: Hardware
Topic: ESP32-S3:sample code can't debug....
Replies: 3
Views: 3092

Re: ESP32-S3:sample code can't debug....

How did you solve that issue? I have a similar problem. The debugging works, but very slow. Warn : keep_alive() was not invoked in the 1000 ms timelimit. GDB alive packet not sent! (1725 ms). Workaround: increase "set emotetimeout" in GDB According to https://sourceware.org/gdb/onlinedocs/gdb/Remote...
by EspUser123
Wed Jun 01, 2022 9:35 am
Forum: ESP-IDF
Topic: ESP32-S3 USB MSC - Core 1 panic'ed (LoadProhibited)
Replies: 1
Views: 1373

Re: ESP32-S3 USB MSC - Core 1 panic'ed (LoadProhibited)

The application consists of the usb_msc example and another task, that just connects to a wifi. Within some further researches, I found out, that the excption appears, if the tasks are created not pinned to a specific core (tskNO_AFFINITY). If I use xTaskCreatePinnedToCore() for task creation it doe...
by EspUser123
Tue May 24, 2022 7:47 am
Forum: ESP-IDF
Topic: ESP32-S3 USB MSC - Core 1 panic'ed (LoadProhibited)
Replies: 1
Views: 1373

ESP32-S3 USB MSC - Core 1 panic'ed (LoadProhibited)

H there, I'm using the USB MBC example with ESP-IDF 4.4.1. During/after Uninstall the following Exception appears: Device info: Capacity: 959 MB Sector size: 512 Sector count: 1966079 PID: 0x1234 VID: 0xABCD iProduct: UDisk iManufacturer: General iSerialNumber: I (2259) USB: Writing file I (2279) US...
by EspUser123
Thu Apr 28, 2022 1:41 pm
Forum: ESP-IDF
Topic: ESP32-S3 JTAG and USB-MSC
Replies: 1
Views: 1787

ESP32-S3 JTAG and USB-MSC

Hi There, I'm using ESP32-S3 in my project. I would like to attach a USB mass storage device to the USB OTG interface and I would like to use the same pins for debugging and flashing the ESP32 (of cause not the same time, but in the same project). I got the JTAG running with the HelloWorld example. ...