可以使用Nios II EDS中包含的nios2-elf-objcopy实用程序更改Intel格式hex文件的起始地址。要更改起始地址,必须使用“–change-addresses”属性和所需的起始地址。例如:
nios2-elf-objcopy –change-addresses 0x300000 <inputfile> .hex <outputfile> .hex
在生成的hex文件<outputfile> .hex中,所有数据的地址将从新的起始地址0x300000偏移。
可以使用Nios II EDS中包含的nios2-elf-objcopy实用程序更改Intel格式hex文件的起始地址。要更改起始地址,必须使用“–change-addresses”属性和所需的起始地址。例如:
nios2-elf-objcopy –change-addresses 0x300000 <inputfile> .hex <outputfile> .hex
在生成的hex文件<outputfile> .hex中,所有数据的地址将从新的起始地址0x300000偏移。
没有回复内容