??? 02/12/08 13:36 Read: times |
#150649 - Why bin file and not hex directly Responding to: ???'s previous message |
"Also what do you want with a .bin file, the programmer require .hex"
I must generate the bin file, because it is a rule of the assembler I use. It generates only a bin file. Then, after that, I get the bin file and, at Dos, I translate that to an hex file! I use FLIP (from atmel.com) to upload the file to the board (The Flip software only uses hex format!) The assembler I use is named ALTAIR and is from an Spanish Company (http://www.ibercomp.es/micros_leng.htm#m1). It works well, but it is not friendly. I use that because an Argentine friend of me recommended me and we are always talking about 8051 and programming of them with this "Ensamblador". It works well, but I will try to migrate to a more friendly environment! Thanks Carlos carlosjunior@gmail.com |