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

83C51SND2C-JL 参数 Datasheet PDF下载

83C51SND2C-JL图片预览
型号: 83C51SND2C-JL
PDF下载: 下载PDF文件 查看货源
内容描述: 单芯片闪存微控制器与MP3解码器,支持完整的音频接口 [Single-Chip Flash Microcontroller with MP3 Decoder with Full Audio Interface]
分类和应用: 解码器闪存微控制器
文件页数/大小: 235 页 / 2877 K
品牌: ATMEL [ ATMEL ]
 浏览型号83C51SND2C-JL的Datasheet PDF文件第159页浏览型号83C51SND2C-JL的Datasheet PDF文件第160页浏览型号83C51SND2C-JL的Datasheet PDF文件第161页浏览型号83C51SND2C-JL的Datasheet PDF文件第162页浏览型号83C51SND2C-JL的Datasheet PDF文件第164页浏览型号83C51SND2C-JL的Datasheet PDF文件第165页浏览型号83C51SND2C-JL的Datasheet PDF文件第166页浏览型号83C51SND2C-JL的Datasheet PDF文件第167页  
AT8xC51SND2C  
Configuration  
The SPI configuration is made through SPCON.  
Master Configuration  
Slave Configuration  
The SPI operates in master mode when the MSTR bit in SPCON is set.  
The SPI operates in slave mode when the MSTR bit in SPCON is cleared and data has  
been loaded is SPDAT.  
Data Exchange  
There are 2 possible methods to exchange data in master and slave modes:  
polling  
interrupts  
Master Mode with Polling  
Policy  
Figure 110 shows the initialization phase and the transfer phase flows using the polling  
method. Using this flow prevents any overrun error occurrence.  
The bit rate is selected according to Table 154. The transfer format depends on the  
slave peripheral.  
SS may be deasserted between transfers depending also on the slave peripheral.  
SPIF flag is cleared when reading SPDAT (SPSTA has been read before by the “end of  
transfer” check).  
This polling method provides the fastest effective transmission and is well adapted when  
communicating at high speed with other microcontrollers. However, the procedure may  
then be interrupted at any time by higher priority tasks.  
Figure 110. Master SPI Polling Flows  
SPI Initialization  
Polling Policy  
SPI Transfer  
Polling Policy  
Disable interrupt  
Select Slave  
SPIE = 0  
Pn.x = L  
Select Master Mode  
Start Transfer  
MSTR = 1  
write data in SPDAT  
Select Bit Rate  
program SPR2:0  
End Of Transfer?  
SPIF = 1?  
Select Format  
program CPOL & CPHA  
Get Data Received  
read SPDAT  
Enable SPI  
SPEN = 1  
Last Transfer?  
Deselect Slave  
Pn.x = H  
163  
4341D–MP3–04/05  
 复制成功!