Antonded / avr-etherboot

Automatically exported from code.google.com/p/avr-etherboot
0 stars 0 forks source link

Malfunction when bootloader starts by jump from application #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Jump to bootloader from application is not working correctly.
TFTP Read request is sent, but no input network packet processing took place.

Original issue reported on code.google.com by issja...@googlemail.com on 6 Feb 2009 at 1:02

GoogleCodeExporter commented 8 years ago
When jumping to the bootloader by a CALL instruction, the hardware registers 
are not
initialized. 
I have added code to reset the IO registers, SPI and INT2 Interrupts to device 
reset
state.

Original comment by issja...@googlemail.com on 7 Feb 2009 at 11:58