Execute in RAM? #766
Unanswered
NollKollTroll
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Why would you want this, exactly? You can mark specific functions that need maximum speed to be in-RAM with a function decorator, for example. I haven't tried it, but in theory if you swap the contents of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is possible to tell the cmake system to compile the code to execute from ram instead of XIP from flash. https://forums.raspberrypi.com/viewtopic.php?t=300974
I can't find where to make the changes to make this happen while building in the Arduino IDE, would love to hear where the file to edit is located, or even better to have this as a checkbox in the Board options menu.
Beta Was this translation helpful? Give feedback.
All reactions