2009-06-05 41 views

回答

7

在位於$ 0000中斷向量之後的程序存儲器位置。我猜如果你沒有使用任何中斷,你可以在沒有rjmp的情況下啓動你的程序。來自ATmega128數據表:

If the program never enables an interrupt source, the interrupt vectors are 
not used, and regular program code can be placed at these locations. This is 
also the case if the Reset Vector is in the Application section while the 
interrupt vectors are in the Boot section or vice versa. 
相關問題