Bootloader for m8

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
ereihani
 
Posts: 1
Joined: Sat Jul 28, 2012 1:31 am

Bootloader for m8

Post by ereihani »

Hi,

I want to use all of my m8 flash capacity which 8192 bytes. I tried to remove bootloader and replace it with external programmer sch as usbasp in the preferences file with no success. How can I compile the sketch without using bootloader? I always get this message:
Binary sketch size: 832 bytes (of a 7168 byte maximum)
thanks.

mtbf0
 
Posts: 1645
Joined: Sat Nov 10, 2007 12:59 am

Re: Bootloader for m8

Post by mtbf0 »

just try compiling your large sketch. the compiler knows nothing about the bootloader and the size is reported after compilation by a different program.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”