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.

Significance of PAGEs in linker files (F2809, F28335 etc)

Hi, I am trying to understand more of the linker command files. I use mainly F2809 and F28335.

What exactly changes if I place memory in PAGE 0 instead of PAGE 1, and vice versa? Would code for some accesses be changed in order to access the data via memory bus or program bus? Or would program code fail to run if it's placed in PAGE 1?

Since there is only one address space, I suppose the data would mainly be placed in the same position regardless of page.

I also wonder about the significance of giving PAGE=0 or PAGE=1 in SECTIONS.

In which cases would it not matter, and in which cases would there be a difference?