DatasheetQ Logo
Electronic component search and free download site. Transistors,MosFET ,Diode,Integrated circuits

SN8P2606 Просмотр технического описания (PDF) - Sonix Technology Co., Ltd

Номер в каталоге
Компоненты Описание
производитель
SN8P2606
SONiX
Sonix Technology Co., Ltd SONiX
SN8P2606 Datasheet PDF : 112 Pages
First Prev 11 12 13 14 15 16 17 18 19 20 Next Last
SN8P2608
8-Bit Micro-Controller
2.1.1.1 RESET VECTOR (0000H)
A one-word vector address area is used to execute system reset.
) Power On Reset (NT0=1, NPD=0).
) Watchdog Reset (NT0=0, NPD=0).
) External Reset (NT0=1, NPD=1).
After power on reset, external reset or watchdog timer overflow reset, then the chip will restart the program from
address 0000h and all system registers will be set as default values. It is easy to know reset status from NT0, NPD
flags of PFLAG register. The following example shows the way to define the reset vector in the program memory.
¾ Example: Defining Reset Vector
ORG
JMP
0
START
; 0000H
; Jump to user program address.
START:
ORG
10H
; 0010H, The head of user program.
; User program
ENDP
; End of program
SONiX TECHNOLOGY CO., LTD
Page 13
Version 1.4

Share Link: 

datasheetq.com  [ Privacy Policy ]Request Datasheet ] [ Contact Us ]