Is RESET 5V tolerant?
blittled
Posts: 681
I'm hooking up a Propeller to a system with another microcontroller that runs at 5V. That system already has a 10k pullup resistor tied from the reset line to 5V and I was wondering if I could simply put the Propeller's reset on this line? The other lines that interface between the two systems will have 10k resistors inline to protect the Propeller.
Comments
2. Under no circumstances should the reset line be driven to 5V, for example, via a supervisor chip with a push-pull output.
3. With the Prop's nBOE pulled low, the Propeller will pull nRST low during a brownout condition.
If the other micro will stay out of reset with it's /RST line pulled to 3.3V, I'd be more inclined to do it that way.
-Phil
-Phil
Many Microchip PIC's don't have internal diodes to Vcc as their reset (/MCLR) pin is dual or multi-purpose, used for supplying greater than 5V OTP/Flash program enabling voltages.
Another thing that may change the RESET is that I would like a setup where the UNO32 reads a binary file from a SD card then writes directly to the Propeller's EEPROM via I2C. After that it pulls the RESET line low so drivers can be dynamically changed with the UNO32.