ESP32-S3 jtag cannot flush

woodymemento
Posts: 3
Joined: Fri Apr 04, 2025 6:15 am

ESP32-S3 jtag cannot flush

Postby woodymemento » 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

Code: Select all

 
	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 to flush ESP-s3 jtag log.
thanks

Who is online

Users browsing this forum: Qwantbot and 2 guests