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.

Bootloader vs Self-Programming?

Status
Not open for further replies.

dknguyen

Well-Known Member
Most Helpful Member
What is the difference between a bootloader and a self-programming PIC? THey both sound awfully the same...

It also seems like (on some PICs) that the self-programming is kind of pointless because the same serial protocal pins used for the self-programming also double as the in-circuit programming pins.
 
Last edited:
dknguyen said:
What is the difference between a bootloader and a self-programming PIC? THey both sound awfully the same...

It also seems like (on some PICs) that the self-programming is kind of pointless because the same serial protocal pins used for the self-programming also double as the in-circuit programming pins.

Self-programming capability doesn't require "pins". PICs with self-programming capability can program their own code/flash and eeprom memory from a running program.

A bootloader will only work on a PIC with self-programming capability and you need a programmer to install the bootloader code.

Regards, Mike
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top