ESP32-S3 jtag cannot flush
Posted: Sat Apr 26, 2025 5:06 am
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
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 to flush ESP-s3 jtag log.
thanks
I'm using ESP-S3 jtag for USB serial log output.
I want to flush log before light sleep and
write as follows
Code: Select all
fflush(stdout);
fsync(fileno(stdout));
I think it mean that ESP-S3's jtag don't equal stdout but
I don't undersand detail.
Please teach me how to flush ESP-s3 jtag log.
thanks