Display Teensy 3 memory usage while program is executing?

Status
Not open for further replies.

rbrockman

Active member
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!
 
I have in the past used code that allowed me to view the free ram on my Arduino Mega using a LCD screen, im sure it should be possible to do it with the Teensy 3 aswell.
 
Status
Not open for further replies.
Back
Top