I have a Mac with an ARM chip and Arduino IDE 2.3.3, ESP32-S3-N16R8-WROOM-1, but when I try to load via the COM port it gives an error about "target RAM"(A fatal error occurred: Failed to write to target RAM (result was 01070000: Operation timed out)), if I load the script via USB, I won't have work Serial. Also based on the boot data, my 16MB flash and 8MB RAM are not connected, since I have around 1KB available here and there, what should I do?
Sketch uses 311941 bytes (23%) of program storage space. Maximum is 1310720 bytes.
Global variables use 18928 bytes (5%) of dynamic memory, leaving 308752 bytes for local variables. Maximum is 327680 bytes.
I think all of this was triggered by the same problem, so I wrote this together.
I think this is related to programming, since there is most likely a problem with the ESP32-S3 settings