Search found 3 matches

by woodymemento
Sat Apr 26, 2025 5:06 am
Forum: ESP-IDF
Topic: ESP32-S3 jtag cannot flush
Replies: 0
Views: 57

ESP32-S3 jtag cannot flush

Hi ESP-IDF forum.
I'm using ESP-S3 jtag for USB serial log output.
I want to flush log before light sleep and
write as follows

fflush(stdout);
fsync(fileno(stdout));

but it didn't flushed.
I think it mean that ESP-S3's jtag don't equal stdout but
I don't undersand detail.
Please teach me how ...
by woodymemento
Mon Apr 07, 2025 1:55 am
Forum: ESP-IDF
Topic: I cannot make esp-idf hello world program using Lolin S3 Pro and platformio.
Replies: 1
Views: 91

Re: I cannot make esp-idf hello world program using Lolin S3 Pro and platformio.

I reinstalled VS-Code and PlatformIO and removed cmake app and pressed en button of Lolin S3 Pro.
I don't know what kind of process can clear serial ouput.
Anyway I can put serial logs.
thanks.
by woodymemento
Fri Apr 04, 2025 7:06 am
Forum: ESP-IDF
Topic: I cannot make esp-idf hello world program using Lolin S3 Pro and platformio.
Replies: 1
Views: 91

I cannot make esp-idf hello world program using Lolin S3 Pro and platformio.

I'm using Lolin S3 PRO(ESP32-S3-WROOM-1).
I used Arduino Ide and I needed to use ulp.
So I need to change ide from Arduino Ide to PlatformIO(VS-Code).
I created a Hello world PlatformIO project and parameters are as follows

Name:HelloWorld
Board:WEMOS LOLIN S3 PRO
Framework:Espidf

platformio.ini ...

Go to advanced search