Search found 2 matches
- Tue Mar 12, 2024 9:43 am
- Forum: General Discussion
- Topic: Reallocating memory between internal RAM and PSRAM
- Replies: 2
- Views: 558
Re: Reallocating memory between internal RAM and PSRAM
Great. Thanks for response and reference!
- Mon Mar 11, 2024 8:15 pm
- Forum: General Discussion
- Topic: Reallocating memory between internal RAM and PSRAM
- Replies: 2
- Views: 558
Reallocating memory between internal RAM and PSRAM
I'm writing custom memory allocator for Lua. The goal is to allocate part of resources in internal RAM, and then use PSRAM after reaching a certain threshold. Is it safe to re-allocate memory in PSRAM if it was previously allocated in internal RAM (and vice-versa)? Or do I need to track which memory...