Optiboot with EEPROM Support and Auto-Baudrate #312
Replies: 5 comments
-
Noted. Are you maintaining both the .c version and the .S version in that repository? |
Beta Was this translation helpful? Give feedback.
-
The project is not from me. It is from Karl-Heinz Kübbeler (kubi48) and his mail address is in the documentation. |
Beta Was this translation helpful? Give feedback.
-
All main features of my optiboot version are supported with the .c and the .S source. You can change to the .c source by adding a C_SOURCE=1 to the make call. |
Beta Was this translation helpful? Give feedback.
-
I have autobaud and eeprom read working in 256 bytes: I'll probably switch to a version of my soft UART in order to support 115.2kbps at 8Mhz, |
Beta Was this translation helpful? Give feedback.
-
Plese note, that the operation with 115.2kbps is not safe to use with the 8 MHz clock, especially if you use the internal clock instead of a crystal. $ make atmega328p F_CPU=8000000 LED_START_FLASHES=0 BAUD_RATE=52
|
Beta Was this translation helpful? Give feedback.
-
Just for information, there is a new Optiboot version with EEPROM support and automatic baudrate detection that fits in 512 bytes. The source code can be found here:
https://github.com/svn2github/transistortester/tree/master/bootloaders
Discussion on German forum here.
Beta Was this translation helpful? Give feedback.
All reactions