CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

3v power-up problem with 16LF628

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Grailman



Joined: 01 Aug 2005
Posts: 2

View user's profile Send private message

3v power-up problem with 16LF628
PostPosted: Mon Aug 29, 2005 10:04 pm     Reply with quote

I have issue with a 16LF628 PIC that will not power up using a 3.1 v suppply. It works fine if I use a 5v supply but when I switch to a 3.1v supply, it just does not power-up. The fuses I set are:

#fuses INTRC_IO, NOLVP, NOWDT, MCLR, BROWNOUT, PUT

where the MCLR pin had a 10K to Vdd and a .1uF cap to gnd. I also tried it without the cap and using the NOMCLR fuse. Neither one worked with the 3.1v supply. If anyone has some pointers about how I should debug this I would sure appreciate some pointers.

Thanks,
Grailman
asmallri



Joined: 12 Aug 2004
Posts: 1634
Location: Perth, Australia

View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Mon Aug 29, 2005 10:17 pm     Reply with quote

You want nobrownout.
_________________
Regards, Andrew

http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!!
Guest








PostPosted: Tue Aug 30, 2005 11:08 am     Reply with quote

So is there no way to use brown out with a lower voltage?
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Aug 30, 2005 1:17 pm     Reply with quote

Quote:
So is there no way to use brown out with a lower voltage?

Some new PICs allow you to select the Brownout voltage, but not
the 16LF628.

You could use an external Reset Supervisor such as the MCP120 to
do this. The MCP120-270 would work with a PIC running at +3.3v.
It connects to the MCLR pin on the PIC. You need the normal pullup
resistor on MCLR.

Here's a table of all Microchip supervisor chips:
http://www.microchip.com/ParamChartSearch/chart.aspx?mid=11&lang=en&branchID=9008

MCP120 page:
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1335&dDocName=en010686

If you're using ICSP to program your PIC, here is a link to AN820
which talks about using ICSP with Reset Supervisors:
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1824&appnote=en011977
Guest








PostPosted: Wed Aug 31, 2005 5:49 am     Reply with quote

Thanks for the great input. This should help out quite a bit!
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group