esp_psram_init() function
Initialize PSRAM interface/hardware.
Return value
- ESP_OK: On success - ESP_FAIL: PSRAM isn't initialized successfully, potential reason would be: wrong VDDSDIO, invalid chip ID, etc. - ESP_ERR_INVALID_STATE: PSRAM is initialized already
![]()
if (esp_psram_init() != ESP_OK) {
esp_psram_init() is called by 1 function and calls 3 functions:
![]()
esp_psram_init()
esp_psram_init() reads 1 variable:
![]()
esp_psram_init()