Connection of RESn Pin
ae
Posts: 7
Hi,
In my propeller project I·used pre programmed I2C eeprom so I don't need to pogram in runtime again.
So what is the better connection about the RESn pin;
· I- Leave unconnected.
·II-·Connect to VDD directly
III- Connect to VDD·via some resistor. (ie 5K, 10K )
or any other.
Thanks,
In my propeller project I·used pre programmed I2C eeprom so I don't need to pogram in runtime again.
So what is the better connection about the RESn pin;
· I- Leave unconnected.
·II-·Connect to VDD directly
III- Connect to VDD·via some resistor. (ie 5K, 10K )
or any other.
Thanks,
Comments
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
even I tested in the office chip gets reset when I am touching my oscilloscope prob to RESn pin.
So I am not sure about it.
III, looks like a better solution. To connect via 1K2 resistor to VDD.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBlade,·RamBlade,·SixBlade, website
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: CPUs Z80 etc; Micros Altair etc;· Terminals·VT100 etc; (Index) ZiCog (Z80) , MoCog (6809)
· Search the Propeller forums·(uses advanced Google search)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBlade,·RamBlade,·SixBlade, website
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: CPUs Z80 etc; Micros Altair etc;· Terminals·VT100 etc; (Index) ZiCog (Z80) , MoCog (6809)
· Search the Propeller forums·(uses advanced Google search)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
I wish I could have the option of connecting RESn directly to the 3.3V, but I don't. That would be the route I would take.
Here is another question: what is the benefit of having BOEn high? This pin (when low) will shut off the prop when the voltage is too low. But the prop likely functions at lower voltage than the brownout limit it set to. I under stand the basics as to what brownout enabled/disabled mean, but what are the benefits to either setting? Brownout disabled seems to be a rare design choice.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!
Some of my objects:
MCP3X08/4 ADC Driver - Programmable Schmitt inputs, frequency reading, and more!
Simple Propeller-based Database - Making life easier and more readable for all your EEPROM storage needs.
String Manipulation Library - Don't make strings the bane of the Propeller, bend them to your will!
So there is an internal 5k pull-up on RESn? Where did you find this specification?
Prop data sheet says maximum 500uA on forward biased protection diode.
Chip Gracey in his propeller programming propeller object here obex.parallax.com/objects/61/ recommends a 1 meg pull-up on RESn. Hmmm...
Rgds, David
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Post Edited (Leon) : 10/28/2009 1:59:47 PM GMT
This is for the diodes: Vss >| Pin >| Vdd (">|" are diodes -- squint a little). They really only apply when the input voltage is 0.3V above Vdd or 0.3V below Vss. So if you are pulling up to Vdd, you don't need to mess with the 500µA on forward biased protection diodes.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!
Some of my objects:
MCP3X08/4 ADC Driver - Programmable Schmitt inputs, frequency reading, and more!
Simple Propeller-based Database - Making life easier and more readable for all your EEPROM storage needs.
String Manipulation Library - Don't make strings the bane of the Propeller, bend them to your will!