Kripton2035
Advanced Member level 4
- Joined
- Jul 19, 2001
- Messages
- 1,184
- Helped
- 212
- Reputation
- 428
- Reaction score
- 194
- Trophy points
- 1,353
- Location
- Western Europe
- Activity points
- 8,206
24fj start port boot
rename the .BIN to .HEX and winpic will open it !
sometimes a lot of files are .BIN in reality are intel .hex !
to be sure, open the file with notepad, if it contains lines beginning with ":" then rename to .hex and open it with winpic.. if it's garbage, then a bin2hex must be used to open it.
predrage said:My friends i didn't succeed in programming ICD2_4550_BOOT_0180.BIN into 4550. I'v
tried to open bin file with winpic 800 software but it failed. I tryed to open it with option "all files" in "file types" because there is no direct support for bin files. ICprog have that support (to open bin files) but can't program 4550. In fact there is no 4550 in device list. What should i do next? Any suggestions? I'm just a beginner but I have good will to help.
Sorry about my bad english.
rename the .BIN to .HEX and winpic will open it !
sometimes a lot of files are .BIN in reality are intel .hex !
to be sure, open the file with notepad, if it contains lines beginning with ":" then rename to .hex and open it with winpic.. if it's garbage, then a bin2hex must be used to open it.