Azure example does not work on heap 4

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

Azure example does not work on heap 4

611 Views
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.

Labels (1)
0 Kudos
1 Reply

548 Views
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 Kudos