1 March 2023 by Phillip Johnston ““ Note TLDR: if you want the output of -Wl,--print-memory-usage to account for the contents of .data (or any other block) in multiple sections, such as FLASH and RAM, you need to use the pattern .data : { ... } > RAM AT > FLASH for accurate reporting. The … Continue reading "Configuring a Linker Script for Accurate Linker Memory Usage Reporting" The post Configuring a Linker Script for Accurate Linker Memory Usage Reporting appeared first on Embedded Ar...