avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] issues with custom bootloader and ATMega32


From: Graham Davies
Subject: Re: [avr-chat] issues with custom bootloader and ATMega32
Date: Tue, 29 Oct 2013 09:15:30 -0400

Alexander Krause wrote (in part):

I tried this with a minimalistic piece of code:
<snip>
int __attribute__((noreturn)) main(void) {
spm_write_page(1);
while(1);
}

However, when I dump my Flash there is no valid data in the first page:
0000000 ffff ffff ffff ffff ffff ffff ffff ffff

Aren't you writing data to page 1 and looking for it in page 0?

Graham.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]