Boot size problem

Good day everyone !
I'm working on ATmega8A, my compiled program size (without bootloader) is 7788 bytes (95%)
While the Maximum is 8192 bytes.
so there is 404 free bytes.

I set boot size fuses:
BOOTSZ1=1
BOOTSZ0=1
so I have 256 bytes for boot section, right ?

my program doesn't work and I'm sure there is no code error because it worked fine on ATmega328P
is there another issue should I notice ?

I think it will be better to add this thread to your other message regarding the same matter

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.