esp_ptr_in_extram() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

true: is in PSRAM; false: not in PSRAM

Notes

This function is only used when in bootloader, where the PSRAM isn't initialised. This function simply check if the pointer is the in the PSRAM vaddr space. The PSRAM vaddr space is not always the same as the actual PSRAM vaddr range used in APP

References

from examples