??? 08/29/05 21:01 Read: times |
#100251 - Programming 89C5131 via hardware (2) Responding to: ???'s previous message |
Thus, if you want to parallel program, you must buy a programmer. I have one, All-07 from Hilo Systems and it's pitty but support is stopped and many Atmel devices are supported but this one not. A new programmer is to expensive for only this chip. Anyhow, the "normal" way to implement "private" bootloaders is just to put them in high memory, why do you need to overwrite the built in bootloader? While playing with the developerkit, i found behaviour, i do not like, i like if hardware direct connect and works, not sometimes it runs and sometimes it doesn't. While reverse enginering I have found a bug in the downloader. (1.0.3) In the developerkit 1.0.3 is preprogrammed and the the devices for the pcb's have 1.0.2 with another bug in it. This is for me a reason to reprogram the devices with only my new bootloader. I have written a fully interrupt driven USB statemachine and it works great and quick. I must program a workarround because of wrong initialisation routines in the bootloader from Atmel. Private downloader is a good idea, but the initialisation bug is still present. Anyway thanks for your reply. |