From e2b9b6db36c25c3a15c788286d6732024091157c Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Fri, 7 Oct 2022 00:20:51 +0100 Subject: [PATCH] Update Readme.md --- src/platforms/esp32s3/Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/platforms/esp32s3/Readme.md b/src/platforms/esp32s3/Readme.md index 6b6c716..29cfbd3 100644 --- a/src/platforms/esp32s3/Readme.md +++ b/src/platforms/esp32s3/Readme.md @@ -14,3 +14,11 @@ External RAM uses the same cache region as the external flash. This means that f In general, external RAM will not be used as task stack memory. xTaskCreate() and similar functions will always allocate internal memory for stack and task TCBs. +Reserved Pins on ESP32-S3: + +![Reserved Pins](ReservedPinsForPSRAM.PNG) + +Devkit Layout: + +![ESP32-S3 DevKit layout](ESP32-S3-DevKitC-1-pin-layout.png) +