[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] After program application section
From: |
andi |
Subject: |
[avr-gcc-list] After program application section |
Date: |
Sat, 12 Feb 2005 11:10:33 +0700 |
I make a bootloader program, the interrupt vector and vector reset is in
bootloader section.
After success program application section i want to run the program in
application section .
I want the interrupt vector and vector reset switch to application section
I try :
GICR = 0;
asm("rjmp 0x0000");
but i didn't work.
Anyone can help me ?
Regards,
Andi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [avr-gcc-list] After program application section,
andi <=