Timings for startup and programming
darreno
Posts: 16
I'm new to using the propeller and have been trying to program using a cheap CP2102 based USB-TTL board I have. I've read through a few threads here an see that there are issues with using the DTR line directly from the CP2102 for reset.
I've tried with a direct connection from the DTR output to reset and also using the cap and npn circuit. I didn't see a transistor specified so I used a bc546b from my junk box.
I was wondering if there is a spec around for programming that has timings? I was thinking of using a ARM board I have to do the programming job.
I've tried with a direct connection from the DTR output to reset and also using the cap and npn circuit. I didn't see a transistor specified so I used a bc546b from my junk box.
I was wondering if there is a spec around for programming that has timings? I was thinking of using a ARM board I have to do the programming job.
Comments
Your BC546 should be fine. It's not a critical component. Programming is very interesting because the protocol is designed such that baud rate doesn't matter.
Anyway, Try using RTS instead. There's a dropdown menu in the settings for the Propeller Tool that allows that.
Is a crystal required during the bootload? I've read that the internal oscillator is used while the bootloader is running. I've tried with a 4MHz resonator on XI and also with nothing attached.