Author |
Message |
Topic: pic going down randomly |
jvalencia
Replies: 8
Views: 9511
|
Forum: General CCS C Discussion Posted: Sun Apr 03, 2005 11:01 am Subject: pic going down randomly |
my code is very simple, only 1 external function with no recursivity.
The memory used is 25% rom and 13% ram.
I'll try to buy another chip this week to see if it's broken. |
Topic: pic going down randomly |
jvalencia
Replies: 8
Views: 9511
|
Forum: General CCS C Discussion Posted: Sun Apr 03, 2005 10:03 am Subject: pic going down randomly |
sorry, forgot to login. Without capacitors happens the same thing.
I don't know what's happening |
Topic: pic going down randomly |
jvalencia
Replies: 8
Views: 9511
|
Forum: General CCS C Discussion Posted: Sun Apr 03, 2005 4:43 am Subject: pic going down randomly |
I'm having a terrible issue, after several seconds/minutes the pic stop working without reason. If i touch the capacitors of the HS cristal, then it start working again. I've tried other capacitors an ... |
Topic: PCWH 3.221 and delay problem |
jvalencia
Replies: 3
Views: 10730
|
Forum: General CCS C Discussion Posted: Fri Mar 18, 2005 12:39 pm Subject: PCWH 3.221 and delay problem |
Yeah it worked!
Thanks a lot. |
Topic: PCWH 3.221 and delay problem |
jvalencia
Replies: 3
Views: 10730
|
Forum: General CCS C Discussion Posted: Fri Mar 18, 2005 11:38 am Subject: PCWH 3.221 and delay problem |
I'm having some issues with delay_us function. I have this simple code:
#include <16F819.h>
#device adc=8
#use delay(clock=8000000)
#fuses NOWDT,INTRC_IO, PUT, NOMCLR, NOBROWNOUT, ... |
|