T O P I C R E V I E W |
caver99 |
Posted - 08/31/2010 : 09:56:47 Can anyone tel me how to write 2 x 256 rom images into 1 x 512 chip? |
4 L A T E S T R E P L I E S (Newest First) |
ZLM |
Posted - 09/02/2010 : 05:51:07 Put the file at the first postion in DOS "copy" command, then that file will be at the start address. |
caver99 |
Posted - 09/01/2010 : 08:15:08 Is there any way to merge a secod file into the software to start at address that is one bigger that 256 so to start at the first byte of 257? |
ZLM |
Posted - 08/31/2010 : 20:54:39 I think the "combine" two files is the correct way.
Use DOS command: "copy /B file1.bin+file2.bin newFile.bin"
This command will combin file1.bin and file2.bin into newFile.bin. |
caver99 |
Posted - 08/31/2010 : 19:56:20 OK i ma have this wrong not combine but load 2 images into the software |