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

ATMEGA2560-16AU-SL383 参数 Datasheet PDF下载

ATMEGA2560-16AU-SL383图片预览
型号: ATMEGA2560-16AU-SL383
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 8-Bit, FLASH, AVR RISC CPU, 16MHz, CMOS, PQFP100, 14 X 14 MM, 1 MM HEIGHT, 0.50 MM PITCH, GREEN, PLASTIC, MS-026AED, TQFP-100]
分类和应用: 时钟微控制器
文件页数/大小: 448 页 / 7518 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第264页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第265页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第266页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第267页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第269页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第270页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第271页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第272页  
• Bit 0 – TWIE: TWI Interrupt Enable  
When this bit is written to one, and the I-bit in SREG is set, the TWI interrupt request will be acti-  
vated for as long as the TWINT Flag is high.  
24.9.3  
TWSR – TWI Status Register  
Bit  
7
TWS7  
R
6
TWS6  
R
5
TWS5  
R
4
TWS4  
R
3
TWS3  
R
2
1
TWPS1  
R/W  
0
0
TWPS0  
R/W  
0
(0xB9)  
TWSR  
Read/Write  
Initial Value  
R
0
1
1
1
1
1
• Bits 7:3 – TWS: TWI Status  
These 5 bits reflect the status of the TWI logic and the 2-wire Serial Bus. The different status  
codes are described later in this section. Note that the value read from TWSR contains both the  
5-bit status value and the 2-bit prescaler value. The application designer should mask the pres-  
caler bits to zero when checking the Status bits. This makes status checking independent of  
prescaler setting. This approach is used in this datasheet, unless otherwise noted.  
• Bit 2 – Res: Reserved Bit  
This bit is reserved and will always read as zero.  
• Bits 1:0 – TWPS: TWI Prescaler Bits  
These bits can be read and written, and control the bit rate prescaler.  
Table 24-6. TWI Bit Rate Prescaler  
TWPS1  
TWPS0  
Prescaler Value  
0
0
1
1
0
1
0
1
1
4
16  
64  
To calculate bit rates, see “Bit Rate Generator Unit” on page 247. The value of TWPS1:0 is used  
in the equation.  
24.9.4  
TWDR – TWI Data Register  
Bit  
7
TWD7  
R/W  
1
6
TWD6  
R/W  
1
5
TWD5  
R/W  
1
4
TWD4  
R/W  
1
3
TWD3  
R/W  
1
2
TWD2  
R/W  
1
1
TWD1  
R/W  
1
0
TWD0  
R/W  
1
(0xBB)  
TWDR  
Read/Write  
Initial Value  
In Transmit mode, TWDR contains the next byte to be transmitted. In Receive mode, the TWDR  
contains the last byte received. It is writable while the TWI is not in the process of shifting a byte.  
This occurs when the TWI Interrupt Flag (TWINT) is set by hardware. Note that the Data Regis-  
ter cannot be initialized by the user before the first interrupt occurs. The data in TWDR remains  
stable as long as TWINT is set. While data is shifted out, data on the bus is simultaneously  
shifted in. TWDR always contains the last byte present on the bus, except after a wake up from  
a sleep mode by the TWI interrupt. In this case, the contents of TWDR is undefined. In the case  
of a lost bus arbitration, no data is lost in the transition from Master to Slave. Handling of the  
ACK bit is controlled automatically by the TWI logic, the CPU cannot access the ACK bit directly.  
268  
ATmega640/1280/1281/2560/2561  
2549L–AVR–08/07  
 复制成功!