Hi Mr.Lorquet, Randy,
Thanks a lot for the reply to my query on SDCC binary.
The ROM which I use expects a hex file not a binary(sorry i called it binary)
I get a .hex file when I use packihx utility.
I am attaching the 2 files.You may have a look at it and suggest me something.
.dua fil
Hello,
I am using SDCC (small device c compiler)on Linux to compile a C code for the
8051 core to execute.. The VHDL source code I use for the Core is available
free from Oregano Systems.
On Linux I do,
sddc test.c(compiling the code , this gives me .ihx file)
and then
packihx test.i