Hi,
Could you please clarify me what does 'nnn' in address 0x0_FFFF_Fnnn mean (section 4.3.3 Boot Space Translation of T2080RM Rev 0, 11/2014)?
From RM :
"When each core comes out of reset, its MMU has one 4 KB page defined at
0x0_FFFF_Fnnn. Each core begins execution with the instruction at effective address
0x0_FFFF_FFFC. To get this instruction, the core's first instruction fetch is a burst read
of boot code from effective address 0x0_FFFF_FFC0. For systems in which the boot
code resides at a different address, the chip provides boot space translation capability.
Note that boot space translation affects transactions initiated by all cores in the same
manner."
Does it mean that each core will jump to different boot page address after coming out of reset? But from my understanding instruction at reset vector 0xFFFFFFFC will always jump to boot page at last 4KB offset (0xFFFFF000), then what is the significance of 'nnn'. Please clarify me if I'm wrong?
Regards,
Amar