ESP32 keeps Resetting

Hi everyone,

I have multiple WT32-SC01 Plus here with the WT32-S3-WROVER an on one board it works no matter how often i upload but all the others just don’t. That single board that works also gets very hot, if that helps…

I’ve also tried to erase the flash with esptool.py but got no luck either. I have it with multiple projects with the same platformio.ini which looks like this:

[env:WT32-SC01-PLUS]
platform = espressif32
board = um_tinys3
framework = arduino
upload_speed = 921600
monitor_speed = 115200
; upload_port = COM7
board_build.partitions = max_app_8MB.csv
; board_build.partitions = no_ota.csv
build_flags = 
	-DARDUINO_USB_CDC_ON_BOOT
	-DLV_CONF_INCLUDE_SIMPLE
	-DLV_COMP_CONF_INCLUDE_SIMPLE
	-DLV_LVGL_H_INCLUDE_SIMPLE
	-DBOARD_HAS_PSRAM
	;-DDEBUG_TOUCH
	-mfix-esp32-psram-cache-issue
	-I src/ui/
	-I src/
lib_deps =
	SPI
	lovyan03/LovyanGFX@^0.4.18
	lvgl/lvgl@^8.3.2
	Wire
	DS3231
	EspSoftwareSerial
	ESP32TimerInterrupt

I’m really clueless…