RAM usage about KW36

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

RAM usage about KW36

1,707件の閲覧回数
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,658件の閲覧回数
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,646件の閲覧回数
mario_castaneda
NXP TechSupport
NXP TechSupport
0 件の賞賛
返信

1,684件の閲覧回数
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 件の賞賛
返信