TI中文支持网
TI专业的中文技术问题搜集分享网站

通过hex6x.exe程序转换out成hex

求教!在用hex6x.exe程序将out转换成hex时,报以下警告:

WARNING:section '.text' at 090004000h falls in unconfigured memory (skipped)

WARNING:section '.cinit' at 090008900h falls in unconfigured memory (skipped)

这个是什么意思呢?什么原因报的警告?以前别的工程转的时候没有这个警告。

Shine:

请问hex cmd文件是怎么写的?

Teng Zhang3:

回复 Shine:

哪个cmd是将out转换成hex的cmd吗?是这样写的

BOOT.out

-a

-memwidth 8

-image

-map BOOT.map

ROMS

{

FLASH:org=0x90000000,len=0x0004000,,romwidth=8,files={BOOT.hex}

}

SECTIONS

{

,boot_load

.text

.cinit

}

Teng Zhang3:

回复 Shine:

好的!谢谢您的解答!

赞(0)
未经允许不得转载:TI中文支持网 » 通过hex6x.exe程序转换out成hex
分享到: 更多 (0)