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

PIC18F4620 reset

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



Joined: 18 Nov 2008
Posts: 278
Location: Athens, Greece.

View user's profile Send private message

PIC18F4620 reset
PostPosted: Wed Feb 10, 2010 9:47 am     Reply with quote

Hi,

I have a pic web olimex board with PIC18F4620 + enc28j60.

The PIC keeps resetting all the time but there is no watchdog etc.
It just runs for 2-3 seconds and then resets.

Sometimes when I put my hand near the board it also resets.

It is not a hardware problem because I have 2 same boards.
The original PIC on this board was 18F452 but I replaced it with 4620 for higher program capacity.

These are my fuses:
#include <18F4620.h>
#DEVICE ADC=10
#use delay(clock=40000000)
#fuses H4, NOWDT, NOLVP, NODEBUG

Any ideas?
Ttelmah
Guest







PostPosted: Wed Feb 10, 2010 10:18 am     Reply with quote

It almost certainly _is_ a hardware problem.
Do you mean it does the same on two board, or do you mean that the other identical board doesn't do it?. If the latter, look for dry joints on the one that is failing.
It sounds almost classic for a pin/pins floating, and RF pickup.
Other possibilities are things like brownout reset, if the supply has noise.

Best Wishes
georpo



Joined: 18 Nov 2008
Posts: 278
Location: Athens, Greece.

View user's profile Send private message

PostPosted: Wed Feb 10, 2010 10:24 am     Reply with quote

The 2 boards have the same hardware and the same problem.
Watchdog and brownout are disabled. The supply does not have noise. The hardware is a olimex pic-web. It was working fine with the PIC18F452 that it had but I changed it for higher capacity. I do not think it is a hardware problem.

When I let the PIC run a simple task like flashing a led it has no problem but when it runs the TCPIP task it resets. It must be something about this processor (PIC18F4620) and the tcp stack that I have not noticed.

There is definately something about the tciip stack that resets the 4620.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Feb 10, 2010 12:11 pm     Reply with quote

Quote:

It just runs for 2-3 seconds and then resets.

What's your compiler version ?
georpo



Joined: 18 Nov 2008
Posts: 278
Location: Athens, Greece.

View user's profile Send private message

PostPosted: Wed Feb 10, 2010 1:02 pm     Reply with quote

compiler version:4.088

The problem is that some PORTA pins of the 18f4620 are multiplexed with the main oscillator and the trisa register is changed in the hardware.h of the stack.
Anyway, I turned these pins to outputs and the problem is solved.
This problem did not happen with the 18f242.

Unfortunately the tcpip stack is a big piece of code and there is no way to know exactly what it is doing.

Another question, how can I find out what all the fuses in the include file mean? Of course we all know the basics but NOSTVREN,EBTR,PBADEN etc, these should be explained somewhere.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Feb 10, 2010 1:09 pm     Reply with quote

Quote:

How can I find out what all the fuses in the include file mean ?

See this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=40908
georpo



Joined: 18 Nov 2008
Posts: 278
Location: Athens, Greece.

View user's profile Send private message

PostPosted: Wed Feb 10, 2010 1:13 pm     Reply with quote

Thanks!
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