Update Readme.md

This commit is contained in:
mrfaptastic 2022-10-07 00:20:51 +01:00 committed by GitHub
parent 37c55c8708
commit e2b9b6db36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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)