Why the high-pass filter on DTR of the Prop-Clip & Co?
While looking at the schematics of the demo board, I was wondering why there was a high-pass filter on the DTR -> RESn? My understanding is that this will generate a short fixed-length pulse on RESn on the rising edge of DTR, and will not allow keeping the Propeller in reset through the serial interface. Why not just connect DTR to the transistor (through a 10k resistor)?
-- Remy
-- Remy
Comments
After a Reset it will wait for a certain period to receive communication on the serial port.
Then, if that is unsuccessful, it will attempt to load an image from an EEPROM.
No need to hold the Reset line.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...
When programming the Propeller, DTR is set, and reset a few milliseconds afterwards. So there's no real need for the filter. Unless I'm missing something.
(In other words, they may keep the DTR at an 'undesired' state, keeping your Propeller in a state of Reset... )
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...