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 ...
Search found 3 matches
- Sat Apr 26, 2025 5:06 am
- Forum: ESP-IDF
- Topic: ESP32-S3 jtag cannot flush
- Replies: 0
- Views: 57
- 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.
I don't know what kind of process can clear serial ouput.
Anyway I can put serial logs.
thanks.
- 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 ...
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 ...