embedded-creations / USBaspLoader-tiny85

Other
24 stars 6 forks source link

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

Open Bluebie opened 12 years ago

Bluebie commented 12 years ago

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?