Тёмный

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

Learning Microcontrollers
Подписаться 3,1 тыс.
Просмотров 15 тыс.
50% 1

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:
www.udemy.com/...
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.
www.udemy.com/...
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:
patreon.com/us...
The link to google drive to download PIC Kit 3 programmer software is :
drive.google.c...
Link to setting up pic microcontroller board video is:
• Setting up a PIC16F877...
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);
}
}

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@krakadoros8605
@krakadoros8605 10 дней назад
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.
@amarnathsharma5908
@amarnathsharma5908 2 дня назад
Hownto copy locked ic program
@bobbym6964
@bobbym6964 5 месяцев назад
Great video. Good description of the process to upload and download code to the PIC
@MS.Electronics
@MS.Electronics 6 месяцев назад
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\
@learningmicrocontrollers3561
@learningmicrocontrollers3561 6 месяцев назад
Is it a new microcontroller?
@kamleshpanchal8661
@kamleshpanchal8661 7 месяцев назад
Great sir. Nice explanation Thank you so much.😊
@loubourbonjr.7523
@loubourbonjr.7523 4 месяца назад
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?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 4 месяца назад
PICKIT not connected Go to tools and click on Check for connectivity something like this
@shubhamghotkar9213
@shubhamghotkar9213 11 месяцев назад
Can this way work with pic 12F765 too?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 11 месяцев назад
yes just check its datasheet for PGM and PGD pins
@jamol571
@jamol571 10 месяцев назад
Здравствуйте, помогите пожалуйста прошивать pic18f46k80 мне не удалось подключить с программаторами pickit3,5
@learningmicrocontrollers3561
@learningmicrocontrollers3561 10 месяцев назад
sure email me at uneeb629@gmail.com i send you diagram there
@palprofesional
@palprofesional 7 месяцев назад
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?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 7 месяцев назад
So far To. Over ride read protection is not possible
@bloodarcadegaming3073
@bloodarcadegaming3073 Год назад
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. ??
@learningmicrocontrollers3561
No PWM pin means you cannot use PWM library Either change the microcontroller Or you can generate a manual PWM using delays
@ssttex
@ssttex Месяц назад
Hi sir, I need some updation to my microcontroller, we use it for manufacturing process , can you please help?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 Месяц назад
Sure
@ssttex
@ssttex Месяц назад
@@learningmicrocontrollers3561 can you please share mail id ?
@pasinduhasaranga3988
@pasinduhasaranga3988 7 месяцев назад
Sir, what is this video editing software? Name please
@learningmicrocontrollers3561
@learningmicrocontrollers3561 7 месяцев назад
MS powerpoint Other droid cam. For camera Other shareX for scree recording
@maliktutorials4563
@maliktutorials4563 11 месяцев назад
sir where can i buy this complete kit in pakistan please answer i need this
@learningmicrocontrollers3561
@learningmicrocontrollers3561 11 месяцев назад
list the items down I help
@kuljinderbrar
@kuljinderbrar Год назад
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.
@learningmicrocontrollers3561
you can use pickit 3.5 to import the data
@learningmicrocontrollers3561
for the board I have a video you can make it you can also make it on bread board its easy only 6 wires thats all i have a video on that
@learningmicrocontrollers3561
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-CNwoRa1Lk3U.html
@talarithimmappa1457
@talarithimmappa1457 9 месяцев назад
Can i copy the lock programme?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 9 месяцев назад
read protection bit if enabled will not allow you to export the code
@loubourbonjr.7523
@loubourbonjr.7523 4 месяца назад
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?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 4 месяца назад
Yes it will work Just go and check the pins for connection
@lorddon6004
@lorddon6004 Год назад
does this work with original chip read protection on?
@learningmicrocontrollers3561
it works with all original chips but in case read protection is on then when you read it will display an error during read process
@lorddon6004
@lorddon6004 Год назад
​@@learningmicrocontrollers3561 how then can the code be read. in so many years I have not come across a single factory device that does not have the microcontroller read protection. Without read protection, any general-purpose programmer, even the simplest one, can copy the pic controller
@learningmicrocontrollers3561
good day my purpose of this video is only to give you knowledge regarding how to make a backup of your own codes incase you lost the main file its not like copying other codes read protection cannot be by passed easily. especially in PIC
@vupham5745
@vupham5745 Год назад
Can other PICs or dsPIC work?
@learningmicrocontrollers3561
Yes they work
@vupham5745
@vupham5745 Год назад
@@learningmicrocontrollers3561 Yes. thank you so much !!
@bloodarcadegaming3073
@bloodarcadegaming3073 Год назад
It Means i need Timer intrrupt for PWM generate ???
@learningmicrocontrollers3561
You can use simple delays
@wolfie8748
@wolfie8748 11 месяцев назад
will my code for pic16f877a will work on pic16f877
@learningmicrocontrollers3561
@learningmicrocontrollers3561 11 месяцев назад
yes will work
@wolfie8748
@wolfie8748 11 месяцев назад
@@learningmicrocontrollers3561 thanks I coded in ASSEMBLY so I dont need to change anything am I right?
Далее
How to get source code onto a PIC microcontroller
11:21
Learn PIC Microcontrollers Programming in 1 Tutorial
1:01:41
КОТЯТА В ОПАСНОСТИ?#cat
00:36
Просмотров 1,6 млн
PIC16F877A a basic Introduction
7:01
Просмотров 26 тыс.
servo motor with stm32
14:03
Просмотров 46
Traffic Light System using Arduino
2:33
Просмотров 46
Defeating Firmware Copy Protection Using Glitching
1:46
A Beginner's Guide to Microcontrollers
15:18
Просмотров 40 тыс.
Program the ATTINY85 with Arduino 1.8.18 (2022)
7:35