Juno FDxboot 1.61x - ultimate Test - Speed auto-Upload Smart page Erase - Atmega128A AVR Development
Channel:
Subscribers:
539
Published on ● Video Link: https://www.youtube.com/watch?v=HuvVyrPjRgc
Features:
-Auto upload at high speed of 36.9kB/s @1Mbps (world record speed probably)
-Fast smart erase pages (Normal all page erasing time is 2.397s)
Fast smart erase pages algorithm first scans pages from bottom to top, looking for empty pages. This works most of the time, but for code with right amount of empty bytes or in between empty page, the following pages will not be erased, and this could be problematic, as demonstrated in this video. Next version will have a smarter page scanning algorithm. Scanning from top to bottom and scanning for data instead of empties is the surest thing, but it's much slower, especially for smaller code.