Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Difference in series 14031FV /1343KAK / 1412KR2

Status
Not open for further replies.

koolguy

Active Member
Hello,
The pic16f72 i/sp under it there is printed format of this series, what does it mean??
 
Hi again,
what this mean in PIC
1. pic16f72 i/sp
14031FV

2. pic16f72 i/sp
1343KAK

1. pic16f72 i/sp
1412KR2

 
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.


C:
#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);


     





}
 
1343KAK 2013 week 43 Factory batch KAK
1412KR2 2014 week 12 Factory batch KR2

This is for quality trace-ability
 
Hello,
The PIC are fine working in Programmer.
In my circuit there is 4 PIC16f72, in of this 1st and 3rd are working.
the 2nd and 4th is not working at all.
I have checked connection all are fine but i don't understand, what is the hiding problem in it??
 
A company may have a Letter assigned to each factory and machine and batch code of the epitaxial wafers.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top