Timeline for Can I make existing libraries use external SRAM for the Arduino
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 2, 2017 at 9:03 | vote | accept | SpeedOfSpin | ||
| Apr 30, 2017 at 10:57 | comment | added | Mikael Patel | Before considering using overlay, virtual memory and external memory (e.g. SPI RAM) use all the available tricks to reduce SRAM usage such as the F() macro, limit the usage of String class, reducing allocation size, packing struct's, etc. | |
| Apr 29, 2017 at 20:13 | comment | added | SpeedOfSpin | Thanks. I have seen the virtmem library before in passing but took a close look and it looks like it might get me part of the way there. | |
| Apr 29, 2017 at 19:11 | history | answered | Mikael Patel | CC BY-SA 3.0 |