RAM usage about KW36

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

RAM usage about KW36

1,704 次查看
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 项奖励
回复
3 回复数

1,655 次查看
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 项奖励
回复

1,643 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport
0 项奖励
回复

1,681 次查看
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 项奖励
回复