Skip to main content
Tweeted twitter.com/StackElectronix/status/770359130502684673
edited body
Source Link
JYelton
  • 35.9k
  • 35
  • 150
  • 283

I am in a need of programming a bootloader code written in C into the boot section of AVR ATmega32A using a serial programmer. I can't write the code directly into the boot section from Atmel studio. So, I am looking for a way here. Also, Isis there any good way of combining application code and Boot code and write them in respective sections using C program.?

I am in a need of programming a bootloader code written in C into the boot section of AVR ATmega32A using a serial programmer. I can't write the code directly into the boot section from Atmel studio. So, I am looking for a way here. Also, Is there any good way of combining application code and Boot code and write them in respective sections using C program.

I am in a need of programming a bootloader code written in C into the boot section of AVR ATmega32A using a serial programmer. I can't write the code directly into the boot section from Atmel studio. So, I am looking for a way here. Also, is there any good way of combining application code and Boot code and write them in respective sections using C program?

Source Link
gzix
  • 403
  • 9
  • 22

Writing the bootloader program into ATmega32A

I am in a need of programming a bootloader code written in C into the boot section of AVR ATmega32A using a serial programmer. I can't write the code directly into the boot section from Atmel studio. So, I am looking for a way here. Also, Is there any good way of combining application code and Boot code and write them in respective sections using C program.