欢迎访问ic37.com |
会员登录 免费注册
发布采购

AT89S53-24JC 参数 Datasheet PDF下载

AT89S53-24JC图片预览
型号: AT89S53-24JC
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器,带有12K字节的闪存 [8-Bit Microcontroller with 12K Bytes Flash]
分类和应用: 闪存微控制器
文件页数/大小: 32 页 / 474 K
品牌: ATMEL [ ATMEL ]
 浏览型号AT89S53-24JC的Datasheet PDF文件第5页浏览型号AT89S53-24JC的Datasheet PDF文件第6页浏览型号AT89S53-24JC的Datasheet PDF文件第7页浏览型号AT89S53-24JC的Datasheet PDF文件第8页浏览型号AT89S53-24JC的Datasheet PDF文件第10页浏览型号AT89S53-24JC的Datasheet PDF文件第11页浏览型号AT89S53-24JC的Datasheet PDF文件第12页浏览型号AT89S53-24JC的Datasheet PDF文件第13页  
AT89S53  
Table Table 6. SPDR—SPI Data Register  
SPDR Address = 86H  
Reset Value = unchanged  
SPD7  
7
SPD6  
6
SPD5  
5
SPD4  
4
SPD3  
3
SPD2  
2
SPD1  
1
SPD0  
0
Bit  
Programmable Watchdog Timer  
Data Memory - RAM  
The programmable Watchdog Timer (WDT) operates from  
an independent oscillator. The prescaler bits, PS0, PS1  
and PS2 in SFR WCON are used to set the period of the  
Watchdog Timer from 16 ms to 2048 ms. The available  
timer periods are shown in the following table and the  
actual timer periods (at VCC = 5V) are within ±30% of the  
nominal.  
The AT89S53 implements 256 bytes of RAM. The upper  
128 bytes of RAM occupy a parallel space to the Special  
Function Registers. That means the upper 128 bytes have  
the same addresses as the SFR space but are physically  
separate from SFR space.  
When an instruction accesses an internal location above  
address 7FH, the address mode used in the instruction  
specifies whether the CPU accesses the upper 128 bytes  
of RAM or the SFR space. Instructions that use direct  
addressing access SFR space.  
The WDT is disabled by Power-on Reset and during Power  
Down. It is enabled by setting the WDTEN bit in SFR  
WCON (address = 96H). The WDT is reset by setting the  
WDTRST bit in WCON. When the WDT times out without  
being reset or disabled, an internal RST pulse is generated  
to reset the CPU.  
For example, the following direct addressing instruction  
accesses the SFR at location 0A0H (which is P2).  
MOV 0A0H, #data  
Table 7. Watchdog Timer Period Selection  
Instructions that use indirect addressing access the upper  
128 bytes of RAM. For example, the following indirect  
addressing instruction, where R0 contains 0A0H, accesses  
the data byte at address 0A0H, rather than P2 (whose  
address is 0A0H).  
WDT Prescaler Bits  
Period (nominal)  
PS2  
0
PS1  
0
PS0  
0
16 ms  
32 ms  
0
0
1
MOV @R0, #data  
Note that stack operations are examples of indirect  
addressing, so the upper 128 bytes of data RAM are avail-  
able as stack space.  
0
1
0
64 ms  
0
1
1
128 ms  
256 ms  
512 ms  
1024 ms  
2048 ms  
1
0
0
1
0
1
1
1
0
1
1
1
4-225  
 复制成功!