Replies: 3 comments 1 reply
-
What are you trying to do with them? If you need the total free/used heap, check https://arduino-pico.readthedocs.io/en/latest/rp2040.html#memory-information |
Beta Was this translation helpful? Give feedback.
0 replies
-
Already using the helper class ;)... under legacy Arduino, these two variables reliably give heap and stack info... was wondering if this was carried forward for the RP2040? |
Beta Was this translation helpful? Give feedback.
1 reply
-
ok thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are the values in
__brkval
and_estack
reliable/accurate at runtime on this core?Thx
Beta Was this translation helpful? Give feedback.
All reactions