I'm working on building up some automated tests which exercise all of the functionality I've built into both the surrounding circuitry as well as the various API's I'm using with the Teensy 3.
One of the questions I've had is about memory usage on the Teensy 3. Over time periods of up to 100-200 hours of program execution- are there parameters such as memory usage on the Teensy 3 which can be checked? If there are other important parameters to check - I'd like to hear about them.
Specifically - is it possible to check memory usage while a program is executing? If so, what is the technique?
Thanks!
One of the questions I've had is about memory usage on the Teensy 3. Over time periods of up to 100-200 hours of program execution- are there parameters such as memory usage on the Teensy 3 which can be checked? If there are other important parameters to check - I'd like to hear about them.
Specifically - is it possible to check memory usage while a program is executing? If so, what is the technique?
Thanks!