SRAM/Flash/DDR usage during runtime

Forum related to ERIKA Enterprise and RT-Druid version 2

Moderator: paolo.gai

Post Reply
Meenakshi
Newbie
Posts: 2
Joined: Tue Mar 21, 2017 1:58 am

SRAM/Flash/DDR usage during runtime

Post by Meenakshi » Wed Mar 22, 2017 1:26 am

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.

paolo.gai
Administrator
Posts: 875
Joined: Thu Dec 07, 2006 12:11 pm

Re: SRAM/Flash/DDR usage during runtime

Post by paolo.gai » Wed Mar 22, 2017 9:05 am

The kernel is statically linked, so the memory usage can be deduced at compile time.

Ciao,

PJ

Meenakshi
Newbie
Posts: 2
Joined: Tue Mar 21, 2017 1:58 am

Re: SRAM/Flash/DDR usage during runtime

Post by Meenakshi » Wed Mar 22, 2017 3:50 pm

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.

Post Reply