Difference between revisions of "HANcoder/STM32/Blocks/Get Free Heap"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/block| info= A 'Get free Heap' block reads the number of bytes that are still available on the heap. The heap is a part of RAM that is used for dynamic memory allo...")
 
Line 11: Line 11:
 
GetFreeHeapMask.png
 
GetFreeHeapMask.png
  
|SeeAlso = [[HANcoder/Get_Free_Stack]]
+
|SeeAlso = [[HANcoder/Get_Free_Stack|Get Free Stack]]
  
 
}}
 
}}

Revision as of 08:45, 22 March 2017

Supported Targets: Olimexino, E407, P405

General information about Get Free Heap

A 'Get free Heap' block reads the number of bytes that are still available on the heap. The heap is a part of RAM that is used for dynamic memory allocation. For example, each CAN receive block allocates some heap memory for storing the message related data.

Block

GetFreeHeap.png

Mask

GetFreeHeapMask.png