Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

connect reset pin to i/o pin

Status
Not open for further replies.

ahmadabad

Newbie level 4
Joined
Sep 17, 2009
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,354
I will reset microcontroller AVR via software.can I connect reset pin to output pin (i/o pin) in Atmega 32 or 128 and pull down this output for reset of microcontrolller?
 

HI

You can do that - but keep the I/O pin as input when it is not in use (not applying reset)

All the best

Bobi

The microcontroller specialist
 

Why do not you simply branch to the starting address of your code?!!
--
Amr
 

there are many simpler ways to reset a mcu than to take up potentially two IO pins.
 

ashokok said:
there are many simpler ways to reset a mcu than to take up potentially two IO pins.

the following links will help you

**broken link removed**

http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=83625


P.Ashok Kumar

-------------------------------------------------------------
I want a function that any time call it function ,mcu go to reset

Added after 30 seconds:

I want a function that any time call it function ,mcu go to reset

Added after 47 seconds:

millwood said:
there are many simpler ways to reset a mcu than to take up potentially two IO pins.

I want a function that any time call it function ,mcu go to reset
 

rather than yelling back, you probably should learn to read others' responses as they clearly point to multiple solutions to your problem.

Or you remain un-helpable.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top