Serial monitor doesn't work at all

Hello,

This seems really easy but it drive me crazy … i’m unable to print on serial monitor below is what i can see only

ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0x18 (SPI_FAST_FLASH_BOOT)
Saved PC:0x40378a96
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x10f0
load:0x403c8700,len:0x4
load:0x403c8704,len:0xbec
load:0x403cb700,len:0x2fb8
entry 0x403c88ac’

Note that the baud rate is correct , the usb is working , i have erase the flash but still nothing is working … if i tried with RGB LED all is fine … any lead please ?? I have reinstall the Arduino IDE but no lucky… i have tried also with the vs code below are the error

ELF file SHA256: 817f2fa1c418e81d

E (111) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0
Rebooting…
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x18 (SPI_FAST_FLASH_BOOT)
Saved PC:0x40376c68
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x4bc
load:0x403c9700,len:0xbd8
load:0x403cc700,len:0x2a0c
entry 0x403c98d0
E (80) spi_flash: Detected size(4096k) smaller than the size in the binary image header(8192k). Probe failed.

assert failed: do_core_init startup.c:328 (flash_ret == ESP_OK)

Backtrace: 0x4037705a:0x3fceb180 0x4037a395:0x3fceb1a0 0x4037fb8d:0x3fceb1c0 0x42009dfa:0x3fceb2f0 0x403769cb:0x3fceb320 0x403cd86b:0x3fceb350 0x403cdb2a:0x3fceb380 0x403c9925:0x3fceb4b0 0x40045c01:0x3fceb570 0x40043ab6:0x3fceb6f0 0x40034c45:0x3fceb710

It doesn’t look like your code was successfully uploaded and started. Perhaps a different choice of board would work.

The code was successfully uploaded and i have a correct board choosen … why the rgb led is working ? and not the serial terminal ?

Have you pressed the RST button?

These two error messages suggest that your code was not properly uploaded and started.

Have you ever managed to successfully upload and run any example of code that uses the serial monitor, with this particular ESP32 module?

If so, try that example again, and post all the messages that appear on the serial monitor, during and after the upload process.