stackprogramer
Full Member level 3
- Joined
- Jul 22, 2015
- Messages
- 181
- Helped
- 0
- Reputation
- 0
- Reaction score
- 1
- Trophy points
- 1,298
- Activity points
- 2,669
whats mens heap size in micro stm32f10x start up?
i use keil for stm32f10x,in start up there is some words.
whats menas Heap_Size Heapbase in startup micro stm32f10x??
a part of start up files
thanks for reply
i use keil for stm32f10x,in start up there is some words.
whats menas Heap_Size Heapbase in startup micro stm32f10x??
a part of start up files
Heap_Size EQU 0x00000200
AREA HEAP, NOINIT, READWRITE, ALIGN=3
__heap_base
Heap_Mem SPACE Heap_Size
__heap_limit
PRESERVE8
THUMB
thanks for reply