Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks for answering! It is compiling but my SRAM usage isn't being affected at all. I also can't test if it works or not since my program is crashing due not enough SRAM... Any idea what could be wrong? Commented Jul 18, 2015 at 20:26
  • Never mind found it: was using const SimulatorRecord SimulatorQueue[28] PROGMEM, forgot to add the static keyword. I do get a compilation error on the memcpy_P() now however: undefined reference to SimulatorClass::SimulatorQueue Commented Jul 18, 2015 at 20:48
  • Could these undefined reference to errors be related to the fact the simulator class and its members reside in seperate cpp/h files? I edited my questions to clarify this. Commented Jul 18, 2015 at 22:49