Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
Thread Tools Display Modes
Old 31st March 2006, 09:37 AM   (permalink)
Default mclr pin problem for pic16f877a

hi all

m designing a circuit using pic16f877a with interbnal adc and mclr pin is conncted directly to +5 volts.
_config 0x290A

now the problem wht m getting is my system gets hanged up whenever i start it, but as soon as i disconncet the mclr pin and reconncet it on +5 volts it starts running properly.

wht circuitry is to be placed on mclr pin of pic16f877a so that i get rid of this hanging problem.

please do help me out
neelam29 is offline  
Reply With Quote
Old 31st March 2006, 11:14 AM   (permalink)
Default

Connecting MCLR to Vdd is normally fine, what is the application, and how is it powered?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline  
Reply With Quote
Old 31st March 2006, 11:58 AM   (permalink)
Default

Often a resistor is recommended between MCLR and Vdd. 1k-10k is fine.
__________________
I thought what I'd do was I'd pretend I was one of those deaf-mutes.
Oznog is offline  
Reply With Quote
Old 31st March 2006, 12:57 PM   (permalink)
Default

Try enabling power-on timer and the brown-out detect in the configuration fuses. Use the ff. configuration fuse directive instead.

Code:
 __CONFIG _BODEN_ON & _CP_OFF & _PWRTE_ON & _WDT_OFF & _LVP_OFF & _HS_OSC
__________________
"Having to do with Motion Control"
motion is offline  
Reply With Quote
Old 7th February 2007, 11:52 AM   (permalink)
Default

i am a master student in embedded system course in jordan, my last project should be an embedded system project, i pick pic16f877a microcontroller to do my project
i am very new with this pic, i try to make a central heating controller, instead of the dump controller used now

can any one help me to put my leg on the first step
thanx alot
altaher is offline  
Reply With Quote
Old 7th February 2007, 12:35 PM   (permalink)
Default

Quote:
Originally Posted by altaher
i am a master student in embedded system...

can any one help me to put my leg on the first step
thanx alot
You can start by not hijacking someone else's thread.

Next would be to explain to us how a master student in embedded systems is incapable of starting a relatively simple design on their own.
phalanx is offline  
Reply With Quote
Old 7th February 2007, 01:04 PM   (permalink)
Default to

first of all , i'd like to thank u for the way u start ur message, i am really a master student.... but i try to use pic controller, which we didn't cover in the course , and collect data as i can

i am very good in programming
i 've read the data sheet of pic16f877a, and tried to take the help from u, but thanx, u replied in a very negative way

thanx alot.
altaher is offline  
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 07:26 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.