Page 1 of 1

SRAM/Flash/DDR usage during runtime

Posted: Wed Mar 22, 2017 1:26 am
by Meenakshi
How do i find out how much SRAM/Flash/DDR are used during runtime.. is there any facility/utility/API available in Erika?
Thank you in advance.

Re: SRAM/Flash/DDR usage during runtime

Posted: Wed Mar 22, 2017 9:05 am
by paolo.gai
The kernel is statically linked, so the memory usage can be deduced at compile time.

Ciao,

PJ

Re: SRAM/Flash/DDR usage during runtime

Posted: Wed Mar 22, 2017 3:50 pm
by Meenakshi
Thank you for the reply paolo, i wanted to know is there any way that i will get to know these memory sizes, how much they are used or free

like how i get to know cpu utilization by PreTaskHook and PostTaskHook.