Azure example does not work on heap 4

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

Azure example does not work on heap 4

1,186 次查看
yash_bhatt1
Contributor III

hi,

I am using FRDM-K64F board.

I am trying to see the heap usage of the Azure example and so I want to move to heap 4 from heap 3.
I tried by replacing the file of heap_3 with heap_4 and making necessary changes in the freeRTOSConfig.h.
But when ever I run the example I fail at SSL handshake (incorrect server certificate).
I have dedicated 120KB memory as Heap.

How do I move to heap_4 from heap_3 so that I can see the detailed heap usage.

Thanks you.

标签 (1)
0 项奖励
回复
1 回复

1,123 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi 

In fact, MCUXpresso IDE can show the heap usage (FreeRTOS), but this feature is not ready heap 3. as picture shows. 

pastedImage_1.png

There is a feature request for this for develop team.

One possibility would be to do this on the application side and show the data. But currently not in the IDE.

Regards

Daniel

0 项奖励
回复