RAM usage about KW36

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RAM usage about KW36

649 Views
JiCheng_ZhangXiang
Contributor II

Hello, Nxp

I am using MCUXpresso IDE v11.2.1_4149  developing KW36 applications.

I'am puzzled about the RAM usage after I compiled success, Look at the picature below:

微信图片_20210330145616.png

question

1. how much KByte in the RAM was used in the picture?

2. what document defined these section, such as ".bss", ".data", ".text"

3. In the ble sdk demos(wireless uart),  what's the relationship betwwen stacksize of task and the micro definition "gTotalHeapSize_c" in the file "app_preinclude.h"

 

0 Kudos
3 Replies

600 Views
JiCheng_ZhangXiang
Contributor II

hello, mario, thanks for your reply

could you make sure the "link" in the question 2,  when I click the "link", it doesn't work.

0 Kudos

588 Views
mario_castaneda
NXP TechSupport
NXP TechSupport
0 Kudos

626 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @JiCheng_ZhangXiang,

I hope you are doing great.

1. how much KByte in the RAM was used in the picture?

52248KB

2. what document defined these section, such as ".bss", ".data", ".text"

Please look at the next link

3. In the ble sdk demos(wireless uart),  what's the relationship betwwen stacksize of task and the micro definition "gTotalHeapSize_c" in the file "app_preinclude.h"

I am not sure if I am following your question. The gTotalHeapSize_c is the total heap size for the freeRTOS or the bare-metal operative system. The stack size is the minimum memory that the Bluetooth LE, in this case, needs.

Regards,

Mario

 

 

0 Kudos