Hi, I've a project based on flash placement and thus Iam using flash_placement.xml in order to specify the memory layout (and generating LD-linker script). According to sourceware.org/binutils/docs/ld/Basic-Script-Concepts.html its possible to specify different addresses for execution (VMA) of code within certain linker sections and there storage addresses (LMA). Now I wondered if I can make use of this feature within the flash_placement.xml or not? If yes how can I do it, if not is there any al…