??? 10/23/10 03:11 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#179297 - .. Responding to: ???'s previous message |
MADE A FOLDER IN C DRIVE named "eg"
KEEP YOUR prog.C PROGRAM IN THE "eg" folder OPEN COMMAND PROMPT GO TO EG FOLDER SDCC PROG.C it should create .ihx and other files Now .ihx to hex ------------------ write packihx < prog.ihx > prog.hex the HEX file is made. Burn it into the uC through programmer. |