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

ATMEGA16L-8MI 参数 Datasheet PDF下载

ATMEGA16L-8MI图片预览
型号: ATMEGA16L-8MI
PDF下载: 下载PDF文件 查看货源
内容描述: 8位AVR微控制器具有16K字节的系统内可编程闪存 [8-bit AVR Microcontroller with 16K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器和处理器外围集成电路异步传输模式ATM时钟
文件页数/大小: 315 页 / 2880 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA16L-8MI的Datasheet PDF文件第129页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第130页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第131页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第132页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第134页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第135页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第136页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第137页  
ATmega16(L)  
will immediately reset the send and receive logic, and drop any partially received data in  
the Shift Register.  
Master Mode  
When the SPI is configured as a Master (MSTR in SPCR is set), the user can determine  
the direction of the SS pin.  
If SS is configured as an output, the pin is a general output pin which does not affect the  
SPI system. Typically, the pin will be driving the SS pin of the SPI Slave.  
If SS is configured as an input, it must be held high to ensure Master SPI operation. If  
the SS pin is driven low by peripheral circuitry when the SPI is configured as a Master  
with the SS pin defined as an input, the SPI system interprets this as another master  
selecting the SPI as a slave and starting to send data to it. To avoid bus contention, the  
SPI system takes the following actions:  
1. The MSTR bit in SPCR is cleared and the SPI system becomes a slave. As a  
result of the SPI becoming a slave, the MOSI and SCK pins become inputs.  
2. The SPIF flag in SPSR is set, and if the SPI interrupt is enabled, and the I-bit in  
SREG is set, the interrupt routine will be executed.  
Thus, when interrupt-driven SPI transmission is used in master mode, and there exists a  
possibility that SS is driven low, the interrupt should always check that the MSTR bit is  
still set. If the MSTR bit has been cleared by a slave select, it must be set by the user to  
re-enable SPI master mode.  
SPI Control Register – SPCR  
Bit  
7
SPIE  
R/W  
0
6
5
DORD  
R/W  
0
4
MSTR  
R/W  
0
3
CPOL  
R/W  
0
2
CPHA  
R/W  
0
1
SPR1  
R/W  
0
0
SPR0  
R/W  
0
SPE  
R/W  
0
SPCR  
Read/Write  
Initial Value  
• Bit 7 – SPIE: SPI Interrupt Enable  
This bit causes the SPI interrupt to be executed if SPIF bit in the SPSR Register is set  
and the if the global interrupt enable bit in SREG is set.  
• Bit 6 – SPE: SPI Enable  
When the SPE bit is written to one, the SPI is enabled. This bit must be set to enable  
any SPI operations.  
• Bit 5 – DORD: Data Order  
When the DORD bit is written to one, the LSB of the data word is transmitted first.  
When the DORD bit is written to zero, the MSB of the data word is transmitted first.  
• Bit 4 – MSTR: Master/Slave Select  
This bit selects Master SPI mode when written to one, and Slave SPI mode when written  
logic zero. If SS is configured as an input and is driven low while MSTR is set, MSTR will  
be cleared, and SPIF in SPSR will become set. The user will then have to set MSTR to  
re-enable SPI Master mode.  
133  
2466E–AVR–10/02  
 复制成功!