Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

boot loader confusion

Status
Not open for further replies.

ucsam

Advanced Member level 4
Joined
Oct 12, 2010
Messages
119
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Location
kathmandu,nepal
Activity points
2,058
hey! guys
if i have a bootloader then does the bootloading needs to be done everytime i turn on and turn off the system?

I mean does the code stay there even if i turn off the power?
 

Yes the program stays.

The bootloader is used on devices that support self-programming to reprogram the code, without the need for dedicated MCU programmer.
When you start the MCU, it takes incoming data and flashes itself, if no data is received in set amount of time (few seconds) than the existing program is executed as normal.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top