Index: firmware/source/sys_link.cmd =================================================================== diff -u -r3e7129b2d9746fa402cb92870710d5df280a840c -rfb73bb363cb41d8fbf699e44ecccadbda854904a --- firmware/source/sys_link.cmd (.../sys_link.cmd) (revision 3e7129b2d9746fa402cb92870710d5df280a840c) +++ firmware/source/sys_link.cmd (.../sys_link.cmd) (revision fb73bb363cb41d8fbf699e44ecccadbda854904a) @@ -104,10 +104,10 @@ SECTIONS { .intvecs : {} > VECTORS, crc_table( _crc_table, algorithm=CRC32_C ) - .text : {} > FLASH0, crc_table( _crc_table, algorithm=CRC32_C ) - .const : {} > FLASH0, crc_table( _crc_table, algorithm=CRC32_C ) - .cinit : {} > FLASH0, crc_table( _crc_table, algorithm=CRC32_C ) - .pinit : {} > FLASH0 + .text align(64) : {} > FLASH0, crc_table( _crc_table, algorithm=CRC32_C ) + .const align(64) : {} > FLASH0, crc_table( _crc_table, algorithm=CRC32_C ) + .cinit align(64) : {} > FLASH0, crc_table( _crc_table, algorithm=CRC32_C ) + .pinit align(64) : {} > FLASH0 .bss : {} > RAM .data : {} > RAM .sysmem : {} > RAM