Update Readme.md
This commit is contained in:
parent
37c55c8708
commit
e2b9b6db36
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue