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.



_______________________________________________
AVR-chat mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to