This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hello everyone,
I am now experimenting with linker command files, why are some RAM data sections mapped to PAGE 0 (Program Memory), shouldn't all RAM sections placed on PAGE 1? Plus also some FLASH section put on PAGE 1?
What is the reason?
Thanks,
Rolando
Rolando,
Check out this wikipage that talks about the various compiler sections. In particular, focus on the memory map descirpation which expalins the difference between the pages.
Regards,
Ozino
Thanks Ozino for you answer. I read the whole document but doesn't say the reason for putting RAM sections on PAGE 0. I guess should be because of zero wait states?
Thanks,
Rolando