Shop OBEX P1 Docs P2 Docs Learn Events
RESn and BOEn state w/o reset circuit — Parallax Forums

RESn and BOEn state w/o reset circuit

William50William50 Posts: 22
edited 2012-03-25 10:09 in Propeller 1
I will be programming the EEPROM out of circuit so therefor I never need to reset the prop.

What states should the RESn and BOEn lines be hardwired to?

Tnx,

William

Comments

  • LeonLeon Posts: 7,620
    edited 2012-03-25 10:02
    RESn should be high, and BOEn should be low.
  • tonyp12tonyp12 Posts: 1,951
    edited 2012-03-25 10:09
    Apparently there is a internal 5k pullup on the RESn if BOEn is low, but still could not hurt to tie RESn to Vdd.

    BOEn (Input)
    Brown Out Enable (active low). Must be connected to either VDD or VSS.
    If low, RESn becomes a weak output (delivering VDD through 5 KΩ) for monitoring purposes but can still be driven low to cause reset.
    If high, RESn is CMOS input with Schmitt Trigger.

    RESn (Input / Output)
    Reset (active low). When low, resets the Propeller chip: all cogs disabled and I/O pins floating. Propeller restarts 50 ms after RESn transitions from low to high.
Sign In or Register to comment.