Hi!
Is it possible to find out how much free RAM (RAM1 and RAM2) is left on Teensy 4.1
My board sometimes unexpectedly reboot, I want to understand why. Maybe I have a memory leak.
My memory usage now
FLASH: code:699008, data:153072, headers:8560 free for files:7265824
RAM1: variables:129060, code:323016, padding:4664 free for local variables:67548
RAM2: variables:12448 free for malloc/new:511840
Is it possible to find out how much free RAM (RAM1 and RAM2) is left on Teensy 4.1
My board sometimes unexpectedly reboot, I want to understand why. Maybe I have a memory leak.
My memory usage now
FLASH: code:699008, data:153072, headers:8560 free for files:7265824
RAM1: variables:129060, code:323016, padding:4664 free for local variables:67548
RAM2: variables:12448 free for malloc/new:511840