-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Config PSRAM
#7916
-
How to configure CS and CLK pins for PSRAM?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 1 reply
-
You can not. At least not in Arduino. You can look into ESP-IDF and using Arduino as component if you want such flexibility.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
-
OK. What pins are used in arduino? CS - GPIO16, CLK - GPIO17?
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf you can find the schematics there :)
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment