-
Notifications
You must be signed in to change notification settings - Fork 7.7k
-
Hi,
I have a rather larger Arduino project that is running, but with a heap memory issue (possible fragmentation).
How can I enable heap tracing to use the additional instruction available for diagnosing this? All I can find is using 'menuconfig', but I believe that's only available in ESP-IDF.
Goal is to measure fragmentation %.
-working with esp32 devkit
Thanks,
Steve
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
True. You'll need to convert your project to IDF (possibly with Arduino as IDF component) to get that functionality.
Beta Was this translation helpful? Give feedback.
All reactions
-
That's what I thought, but nice to have it confirmed. Something NEW to learn! Thanks and Cheers
Beta Was this translation helpful? Give feedback.
All reactions
-
You can build your custom arduino libraries using esp32-arduino-lib-builder tool, and continue by using Arduino.
Beta Was this translation helpful? Give feedback.