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

ATMEGA169PV 参数 Datasheet PDF下载

ATMEGA169PV图片预览
型号: ATMEGA169PV
PDF下载: 下载PDF文件 查看货源
内容描述: 微控制器,带有16K字节的系统内可编程闪存 [Microcontroller with 16K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器
文件页数/大小: 390 页 / 3485 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA169PV的Datasheet PDF文件第198页浏览型号ATMEGA169PV的Datasheet PDF文件第199页浏览型号ATMEGA169PV的Datasheet PDF文件第200页浏览型号ATMEGA169PV的Datasheet PDF文件第201页浏览型号ATMEGA169PV的Datasheet PDF文件第203页浏览型号ATMEGA169PV的Datasheet PDF文件第204页浏览型号ATMEGA169PV的Datasheet PDF文件第205页浏览型号ATMEGA169PV的Datasheet PDF文件第206页  
rjmp  
lds  
SPITransfer_loop  
r16,USIDR  
ret  
The code is size optimized using only eight instructions (+ ret). The code example assumes that  
the DO and USCK pins are enabled as output in the DDRE Register. The value stored in register  
r16 prior to the function is called is transferred to the Slave device, and when the transfer is com-  
pleted the data received from the Slave is stored back into the r16 Register.  
The second and third instructions clears the USI Counter Overflow Flag and the USI counter  
value. The fourth and fifth instruction set Three-wire mode, positive edge Shift Register clock,  
count at USITC strobe, and toggle USCK. The loop is repeated 16 times.  
The following code demonstrates how to use the USI module as a SPI Master with maximum  
speed (fsck = fck/4):  
SPITransfer_Fast:  
sts  
ldi  
ldi  
USIDR,r16  
r16,(1<<USIWM0)|(0<<USICS0)|(1<<USITC)  
r17,(1<<USIWM0)|(0<<USICS0)|(1<<USITC)|(1<<USICLK)  
sts  
sts  
sts  
sts  
sts  
sts  
sts  
sts  
sts  
sts  
sts  
sts  
sts  
sts  
sts  
sts  
USICR,r16 ; MSB  
USICR,r17  
USICR,r16  
USICR,r17  
USICR,r16  
USICR,r17  
USICR,r16  
USICR,r17  
USICR,r16  
USICR,r17  
USICR,r16  
USICR,r17  
USICR,r16  
USICR,r17  
USICR,r16 ; LSB  
USICR,r17  
lds  
r16,USIDR  
ret  
202  
ATmega169P  
8018A–AVR–03/06  
 复制成功!