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.

[AVR] Atmega - Flash Bootloader itself

Status
Not open for further replies.

bshpallavi

Newbie level 1
Joined
Jul 11, 2014
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
Hello all,

I have developed bootloader code using ATMEGA64a, its working fine, but i do have one doubt what if worst case bootloader gets corrupted then is there any way to flash bootloader.

Please help !!!!!

Thank you in advance.



-----
Pallavi.B
 

You should make it sure in your bootloader that it will not overwrite it.
Lock the bootloader to prevent it from unintentional write instruction from the application code.
Set brown out reset to prevent flash corruption due to low voltage.

I hope you really means bootloader corruption and not a bootloader BUG....
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top