SDAA476 July 2026 AM13E23019
This function copies the section from Flash to SDRAM using the TI linker symbol convention. '&sdram_code_loadstart' gives the value the linker assigned.
memcpy(&sdram_code_runstart,&sdram_code_loadstart,(size_t)&sdram_code_loadsize);