Got a ESP32-S3-WROOM-2-N32R8V, the board wont run any of the codes I have tried using on it. Instead, I get the following lines on loop in my serial monitor:
����������ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
Octal Flash Mode Enabled
For OPI Flash, Use Default Flash Boot Mode
mode:SLOW_RD, clock div:1
load:0x3fce3808,len:0x4bc
load:0x403c9700,len:0xbd8
load:0x403cc700,len:0x2a0c
entry 0x403c98d0
assert failed: do_core_init startup.c:328 (flash_ret == ESP_OK)
Backtrace: 0x40376f6e:0x3fceb180 0x40379809:0x3fceb1a0 0x4037edd5:0x3fceb1c0 0x4200513e:0x3fceb2f0 0x403768df:0x3fceb320 0x403cd86b:0x3fceb350 0x403cdb2a:0x3fceb380 0x403c9925:0x3fceb4b0 0x40045c01:0x3fceb570 0x40043ab6:0x3fceb6f0 0x40034c45:0x3fceb710
Cant seem to find any solution nor explanation. I know this is not an Arduino board but this is the only place I know that could help. Thanks in advance.