Hejhej I hope it is ok to cross post this, Ok I might be doomed 😂 I have a deadline for a university project in a few days and I thought "hey, I would love to learn how to create a pcb for an esp32 module" and well the first version worked... ok-ish The second version does not load at all. I've found something about certain pins at page 28 in the datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_en.pdf and I get the following error: ```bash ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x15 (USB_UART_CHIP_RESET),boot:0x0 (DOWNLOAD(USB/UART0)) Saved PC:0x40379f67 0x40379f67 - pxPortInitialiseStack at ??:?? waiting for download ``` Could it have something to do with me using pin 33 35 34 38 39 40 41 42 for other stuff? ... How can I find out if I'm using an octal spi? I did however free jtag and uart to their own pin headers... so can I somehow circumvent that error by using one of those protocols to flash the ship? (and can I use another esp/an arduino/an rp2040 for that? Because I don't have a Tigard yet 😅 ) I appreciate any answer regarding the error. I can also send you the github page to the (quite faulty) schematics 🙈 The code works with a normal esp32-s3