Search found 12 matches

by arex-ebee
Thu Jun 12, 2025 12:29 pm
Forum: ESP-IDF
Topic: ESP32S3 OpenOCD debugging with internal USB-JTAG interface hangs in ROM loader
Replies: 1
Views: 806

Re: ESP32S3 OpenOCD debugging with internal USB-JTAG interface hangs in ROM loader

Hi @Harbal,

thanks for your response. To be honest, I'm afraid I don't really understand what you mean by your hint. How could the USB config keep the ESP32 in download mode? :? Could you provide me a clue where I have to look at?

Cheers
André
by arex-ebee
Tue Apr 29, 2025 1:34 pm
Forum: ESP-IDF
Topic: ESP32S3 OpenOCD debugging with internal USB-JTAG interface hangs in ROM loader
Replies: 1
Views: 806

ESP32S3 OpenOCD debugging with internal USB-JTAG interface hangs in ROM loader

Hi all,

not quite sure whether this is the right place for the topic but I'll try my luck.

environment is
IDF 5.2.5
Debian 12
ESP32-S3-WROOM-1 (N16R2) module on own HW

Due to a tricky issue we've observed in our target device I began to try the JTAG debugging capabilities of the ESP32S3 what ...
by arex-ebee
Mon Jan 15, 2024 9:03 am
Forum: ESP-IDF
Topic: Undefined reference for external function in pre-built library
Replies: 5
Views: 16576

Re: Undefined reference for external function in pre-built library

Update: I was able to find a solution for this rather generic problem.

The root cause was a circular dependency between the prebuilt library and the application code: The library depends on the application to implement "prebuilt_ext_func()" while the application depends on the library to implement ...
by arex-ebee
Mon Jan 08, 2024 11:40 am
Forum: ESP-IDF
Topic: Undefined reference for external function in pre-built library
Replies: 5
Views: 16576

Re: Undefined reference for external function in pre-built library

As my demo only was a modification of the official IDF "import_prebuilt" example I expected this construct being correct. Nevertheless, I tried to extract the 'prebuilt' subproject from the example as you proposed. But the result is exactly the same :(.
by arex-ebee
Mon Jan 08, 2024 6:22 am
Forum: ESP-IDF
Topic: Undefined reference for external function in pre-built library
Replies: 5
Views: 16576

Re: Undefined reference for external function in pre-built library

Hi SparkyNZ,

thanks for your thoughts. I intentionally avoided to mix up the example with C++ files as I'm aware of the name mangling pitfall in that case. To be honest, my real application uses C++. But as the simplified, plain C example revealed it's not caused by that topic.

Cheers
André
by arex-ebee
Fri Jan 05, 2024 3:06 pm
Forum: ESP-IDF
Topic: Undefined reference for external function in pre-built library
Replies: 5
Views: 16576

Undefined reference for external function in pre-built library

I have a curious linker problem with an "extern" declared function in a prebuilt library which I don't really understand.

Short background: I got a prebuilt static library (.a) that requires some functions to be defined by the application to result in an executable. Let's call such a function ...
by arex-ebee
Mon Oct 17, 2022 5:41 am
Forum: ESP-IDF
Topic: WiFi station breaks internal temperature sensor readout on ESP32-S2
Replies: 4
Views: 6270

Re: WiFi station breaks internal temperature sensor readout on ESP32-S2


Hi arex-ebee!
Have you found a workaround for this? I've followed the github issue you posted but it seems it has not been fixed.
Thanks


Hi AlSantana,

you're damn right, the issue actually seems orphaned :( . In my project the SoC temperature is just a small peace of the overall health ...
by arex-ebee
Mon Mar 07, 2022 10:47 am
Forum: ESP-IDF
Topic: ADC on ESP32-S3 in continouous DMA conversion delivers invalid data
Replies: 5
Views: 8098

Re: ADC on ESP32-S3 in continouous DMA conversion delivers invalid data

Hi XiangH,

thanks for your reply.


I had this problem too, but I was developing with the latest ARDUINO framework,


When you say you "had" this problem does it mean you found a solution? As the Arduino framework is "just" a further abstraction layer it may be worth if you could share your ...
by arex-ebee
Fri Feb 25, 2022 2:43 pm
Forum: ESP-IDF
Topic: ADC on ESP32-S3 in continouous DMA conversion delivers invalid data
Replies: 5
Views: 8098

ADC on ESP32-S3 in continouous DMA conversion delivers invalid data

Hi folks,

Setup:
Module: ESP32-S3 WROOM-1
Dev-Board: ESP32-S3-DevKitC-1 v1.6
IDF: master (up to commit 0a64094a60194db3a4bf0ce87ad180999d538c49)
Host: Ubuntu 20.04

I'm currently evaluating the ESP32-S3 on WROOM board (ESP32-S3-DevKitC-1 v1.6). My use case requires the ADC to continuously convert ...

Go to advanced search