This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于.hex和elf格式的.out文件的格式问题



有没有人清楚将.out文件转化成.hex文件后的文件格式,按cmd文件如下

用hex6x将elf格式的.out文件转化成.hex文件如下

其中每一行的第8到15字符如00000000,00000020表示地址,请问这个地址指的是什么地址,我要怎么把这个hex文件加到核的内存里才能通过IPC中断启动这个程序?

另外有没有什么文档讲解elf格式的内容,谢谢!