Hello Erkut, Additionally, you can specify custom sections in the linker script that place data at the specific address (good article about how this is done: mcuoneclipse.com/.../defining-variables-at-absolute-addresses-with-gcc ). On Synergy, you can use BSP_PLACE_IN_SECTION(".section_name") instead of __attribute__((section (".section_name"))). Regards
↧