Hi ,
what this mean in PIC
1. pic16f72 i/sp
14031FV
2. pic16f72 i/sp
1343KAK
1. pic16f72 i/sp
1412KR2
what this mean in PIC
1. pic16f72 i/sp
14031FV
2. pic16f72 i/sp
1343KAK
1. pic16f72 i/sp
1412KR2
#include <htc.h>
__CONFIG( BOREN_OFF & PWRTE_ON & WDTE_OFF & FOSC_HS);
#define _XTAL_FREQ 20000000
main(){
TRISB=0x00;
PORTB=0x00;
__delay_ms(400);
while(1){
PORTB=0x00;
__delay_ms(400);
PORTB=0xff;
__delay_ms(400);
}
}
When does it stop working? After you remove/apply power?Actually i have 10-12 Pic16f72 with these code.
There are not working as per codes some times free work after re-programming it get work, so i just look on them for knowing it in deep!
Here is the code...
with 6V powers supply, 20Mhz and 22pF Cap at osc.
What does that mean? Are you doing in-circuit simulation or does it simply mean the chips were erased and programmed successfully according to the programmer? Did you read the chips to see if changes you intended were incorporated?The PIC are fine working in Programmer.
What happens if you swap 1 with 2 and 3 with 4 in the circuit? Do chips #1 and 3 still work in their new positions?Ritesh said:In my circuit there is 4 PIC16f72, in of this 1st and 3rd are working.
the 2nd and 4th is not working at all.
Hello,Does it simply mean the chips were erased and programmed successfully according to the programmer? Did you read the chips to see if changes you intended were incorporated?
Hello,What happens if you swap 1 with 2 and 3 with 4 in the circuit? Do chips #1 and 3 still work in their new positions?
The problem is either in your program (i.e., chips in positions 2 and 4 need to function differently than chips in positions 1 and 3) or in the wiring for positions 2 and 4. It is not a problem with your PIC chips.Hello,
Yes, it is working programmer!
Hello,
chip are working in position 1 an 3 but 2 and 4 are not!!
I test the chip in all position it only work in 1 and 3 only.
Post your schematic.What to do?