Hi again,

forget this question :-) As all mystery things the solution is quite
simple: Never forget to move the data section also to flash :-)


Klaus Rudolph wrote:

> I am totally confused, cause the simualtion works but not the target! I
> have no jtag interface to debug on the real hardware.
> 

> go.srec: go
>       $(OBJCOPY) -j .text -O srec $< $@
> 

must be:

go.srec: go
    $(OBJCOPY) -j .text -j .data -O srec $< $@


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

Reply via email to