Tuesday 27 March 2018

attiny - Arduino Bootloader Follow On


Two parts:





  1. Is it possible to write an Arduino Bootloader for a Tiny AVR?




  2. Is it worthwhile to write a Arduino Bootloader for an Tiny AVR? (more subjective, contingent on 1)




Regards, Vic



Answer




It's not worthwhile to write a new one. There are plenty of existing serial bootloaders for the Tiny AVR and it would be pretty trivial to port the actual Arduino bootloader. It's not even necessary to speak the same protocol to work with the Arduino environment. The Arduino IDE can be configured to upload to any programmer supported by avrdude.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...