USBaspLoader-tiny85 icon indicating copy to clipboard operation
USBaspLoader-tiny85 copied to clipboard

What's going on with the spare 156 bytes on the end?

Open Bluebie opened this issue 13 years ago • 0 comments

tiny85 is supposed to have 8kb of memory, 8kb is 8192 bytes exactly, but USBtinyLoader-tiny85 is only 8,036 bytes big when read from device and saved as raw bytes. What's the dealio yo? What are those 156 extra bytes all about? Seems like a lot of FFFF to be hanging around in a bootloader. With a page size of 64 bytes it seems like the bootloader should be able to slide two pages over towards the end? Is there a reason for it?

Bluebie avatar Sep 10 '12 23:09 Bluebie