I found the following command in bootloader code:
asm volatile("rjmp app_start"); Compiled as: asm volatile("rjmp app_start"); 1f5c: 51 c0 rjmp .+162 ; 0x2000
Just wondering where "app_start" is defined? I searched through some files of WinAVR and forum, but found nothing.
Does someone know...?