Copy a Program from 1 PIC16F877A microcontroller to another PIC16F877A microcontroller. Tutorial.

preview_player
Показать описание
Hello guys,
You can support my channel by buying this post on patreon its just 5$ one time only donation.

/
/
/
/
/
//////////////////////////////////////// Hello guys Welcome to learning microcontrollers,
Guys I had made a course for you guys on Udemy.
This course will teach you how to directly get your hands dirty on arduino and make useful projects to earn money.
Please do take this course on udemy this will greatly help me to grow my channel.
You will assisting my channel by paying for that course.
Here is the link to the course:

A quote:
Learn from cradle to grave.
/
/
/
////////////////////// Hello Guys,
Welcome to learning Microcontrollers.
I had made a course for you guys to learn under my direction supervision on Udemy.
This course will make you a master of PIC microcontroller based projects making using MikroC for PIC software.
Please do take this course the link is below. This will greatly help my channel aswell to grow.

A beautfiul quote:
The road to sucess is always under construction.
/
/
///////////////////////////////////////////////////// Hello guys,
PIC microcontrollers are used in various applications. So in many machinary there is a code burnt in the microcontroller but you dont have its back up. To make a back up of that code you use the technique mentioned in this video.

Become a Patreon and support my channel using link below:

The link to google drive to download PIC Kit 3 programmer software is :

Link to setting up pic microcontroller board video is:

MikroC coding of this video is :

void main() {
TRISC.F3 = 0;
PORTC.F3 = 0;
Delay_ms(50);

TRISD.F0 = 0;
PORTD.F0 = 0;
Delay_ms(50);

TRISD.F1 = 0;
PORTD.F1 = 0;
Delay_ms(50);

while(1)
{
PORTC.F3 = 1;
PORTD.F0 = 0;
PORTD.F1 = 0;
Delay_ms(500);
PORTC.F3 = 0;
PORTD.F0 = 1;
PORTD.F1 = 0;
Delay_ms(500);

PORTC.F3 = 0;
PORTD.F0 = 0;
PORTD.F1 = 1;
Delay_ms(500);

}
}
Рекомендации по теме
Комментарии
Автор

Great video. Good description of the process to upload and download code to the PIC

bobbym
Автор

Sir this a fine video will this technique work with other poc mcu.
I do have a pickit2 will it work.

sabyasachichatterjee
Автор

Great sir. Nice explanation Thank you so much.😊

kamleshpanchal
Автор

Great video and easy to understand with example of simple prrogram. Can I use this technic to read program of any PIC 16F877A (without protected)? TIA

doanchris
Автор

I have a pic16f689 IC that has been programmed, and I want to copy it, but after I open it, it turns out the data is protected, how do I open the data protection without destroying the data that has been programmed?

palprofesional
Автор

My precious Audio Card (PCI) have stopped working (recognized by Windows but no sound) and i noticed that two IC getting hot right after boot :
1) P98AB VT244
2) EPM 7064S1C44-10 BFB249919 EMU98 9946

I do not have an electrical engineering background but i think that the first is a line driver and the second is a Programmable CPLD.
I guess that it is not enοugh to replace the 2nd with a new one, without first, write to it the firmware.
So my questions are :
1) Is it possible the damage be only in the 1) and the heat in the 2) caused by the 1), so if i replace the 1) (is it really a non programμable IC so can be replaced by a new one without write a firmware in it ?) with a new one then the 2) stop heating up and work OK.
2) If the damage caused by 2) is it a way to extract the firmware from the damaged 2), insert it in a new one, so to replace the broken on the Card for it to work properly ?

Thanks for any idea and help in advance.

krakadoros
Автор

hi, it shows "All Protected" when I try to read or write pic30f2010 and I am unable to write to eat although I have my own program\

MS.Electronics
Автор

Very good Brief about everything...Sir from where we can get EPROM fixing PCB board? Is it comes along with PIKkit 3.5 when we order online or have to buy separately?
I want to copy data from PIC 16F876A in my company used in Differential pressure transducer.

kuljinderbrar
Автор

I am running windows 10. I have a pickit3 and have downloaded the pickit 3 programmer from your drive. I can connect to the pickit 3 but It will not allow me to choose a device family. Is this something you have encountered?

loubourbonjr.
Автор

Здравствуйте, помогите пожалуйста прошивать pic18f46k80 мне не удалось подключить с программаторами pickit3, 5

jamol
Автор

I am trying to see if I can copy the code (I believe it is unprotected) from a 16C67 chip. Will the PICkit 3.5 work for what I'm trying to do?

loubourbonjr.
Автор

Sir, i have a problem in a code for PWM.. my MCU 16f676 has no PWM pin, How can i make Your PWM code in MicroC software for 16f676??
there is no PWM liberary for 16f676. ??

bloodarcadegaming
Автор

Can this way work with pic 12F765 too?

shubhamghotkar
Автор

sir where can i buy this complete kit in pakistan please answer i need this

maliktutorials
Автор

Hi sir, I need some updation to my microcontroller, we use it for manufacturing process, can you please help?

ssttex
Автор

Sir, what is this video editing software? Name please

pasinduhasaranga
Автор

does this work with original chip read protection on?

lorddon
Автор

It Means i need Timer intrrupt for PWM generate ???

bloodarcadegaming
Автор

will my code for pic16f877a will work on pic16f877

wolfie