Tool/software: Code Composer Studio
Dear all experts,
I am learning CCS linker commad file editing.
I have read some instructions from internet, and can understand most commands.
I just got a command file sample and can not understand some syntax in it?
Coulds you help to explane what it means?
The commands are as below, thanks for your kind help
.stack {} > IRAM,fill=00c0ffeeh,align(0x10) >> What does fill=00c0ffeeh and align(0x10) mean
and what doese the following mean?
.IRAM_Heap: fill=00c0ffeeh {
_IRAMHEAP_base = .;
. += 0x2000;
_IRAMHEAP_end = .;
} > SIRAM,align(0x10)
Thanks a lot !