The question concerns the vma and lma that can be expressed in the linker script with the keyword AT.
let’s take the following linker script:
/* Entry Point */
ENTRY(main)
/* Specify the memory areas */
MEMORY
{
FLASH (rx) : ORIGIN…