Hi,
I wont to ask a litte question.
Where can I find some documentation on Hex6x?
In this example : ti\mcsdk_2_01_01_04\tools\boot_loader\examples\ethernet\simple
Hex6x simple.rmd
where simple.rmd is in the follow
simple.out
-a
-boot
-e _c_int00
-order L
ROMS
{
ROM1: org = 0x0400 " ?? org what rapresents??", length = 0x0080, memwidth = 32, romwidth = 32
files = { simple.btbl }
}
how can I build an image more big? I have to delare evry time the length?
thanks