参数资料
型号: ATTINY2313V-10SUR
厂商: Atmel
文件页数: 205/225页
文件大小: 0K
描述: IC MCU AVR 2K FLASH 20SOIC
产品培训模块: tinyAVR Introduction
标准包装: 1,000
系列: AVR® ATtiny
核心处理器: AVR
芯体尺寸: 8-位
速度: 10MHz
连通性: SPI,UART/USART
外围设备: 欠压检测/复位,POR,PWM,WDT
输入/输出数: 18
程序存储器容量: 2KB(1K x 16)
程序存储器类型: 闪存
EEPROM 大小: 128 x 8
RAM 容量: 128 x 8
电压 - 电源 (Vcc/Vdd): 1.8 V ~ 5.5 V
振荡器型: 内部
工作温度: -40°C ~ 85°C
封装/外壳: 20-SOIC(0.295",7.50mm 宽)
包装: 带卷 (TR)
其它名称: ATTINY2313V-10SUR-ND
ATTINY2313V-10SURTR
第1页第2页第3页第4页第5页第6页第7页第8页第9页第10页第11页第12页第13页第14页第15页第16页第17页第18页第19页第20页第21页第22页第23页第24页第25页第26页第27页第28页第29页第30页第31页第32页第33页第34页第35页第36页第37页第38页第39页第40页第41页第42页第43页第44页第45页第46页第47页第48页第49页第50页第51页第52页第53页第54页第55页第56页第57页第58页第59页第60页第61页第62页第63页第64页第65页第66页第67页第68页第69页第70页第71页第72页第73页第74页第75页第76页第77页第78页第79页第80页第81页第82页第83页第84页第85页第86页第87页第88页第89页第90页第91页第92页第93页第94页第95页第96页第97页第98页第99页第100页第101页第102页第103页第104页第105页第106页第107页第108页第109页第110页第111页第112页第113页第114页第115页第116页第117页第118页第119页第120页第121页第122页第123页第124页第125页第126页第127页第128页第129页第130页第131页第132页第133页第134页第135页第136页第137页第138页第139页第140页第141页第142页第143页第144页第145页第146页第147页第148页第149页第150页第151页第152页第153页第154页第155页第156页第157页第158页第159页第160页第161页第162页第163页第164页第165页第166页第167页第168页第169页第170页第171页第172页第173页第174页第175页第176页第177页第178页第179页第180页第181页第182页第183页第184页第185页第186页第187页第188页第189页第190页第191页第192页第193页第194页第195页第196页第197页第198页第199页第200页第201页第202页第203页第204页当前第205页第206页第207页第208页第209页第210页第211页第212页第213页第214页第215页第216页第217页第218页第219页第220页第221页第222页第223页第224页第225页
PIC16F72X/PIC16LF72X
DS41341E-page 80
2009 Microchip Technology Inc.
6.5
PORTD and TRISD Registers
PORTD(1) is a 8-bit wide, bidirectional port. The
corresponding
data
direction
register
is
TRISD
(Register 6-13). Setting a TRISD bit (= 1) will make the
corresponding PORTD pin an input (i.e., put the
corresponding output driver in a High-Impedance mode).
Clearing a TRISD bit (= 0) will make the corresponding
PORTD pin an output (i.e., enable the output driver and
put the contents of the output latch on the selected pin).
Example 6-4 shows how to initialize PORTD.
Reading the PORTD register (Register 6-12) reads the
status of the pins, whereas writing to it will write to the
PORT latch. All write operations are read-modify-write
operations. Therefore, a write to a port implies that the
port pins are read, this value is modified and then written
to the PORT data latch.
The TRISD register (Register 6-13) controls the
PORTD pin output drivers, even when they are being
used as analog inputs. The user should ensure the bits
in the TRISD register are maintained set when using
them as analog inputs. I/O pins configured as analog
input always read ‘0’.
EXAMPLE 6-4:
INITIALIZING PORTD
6.5.1
ANSELD REGISTER
The ANSELD register (Register 6-9) is used to
configure the Input mode of an I/O pin to analog.
Setting the appropriate ANSELD bit high will cause all
digital reads on the pin to be read as ‘0’ and allow
analog functions on the pin to operate correctly.
The state of the ANSELD bits has no affect on digital
output functions. A pin with TRIS clear and ANSEL set
will still operate as a digital output, but the Input mode
will be analog. This can cause unexpected behavior
when executing read-modify-write instructions on the
affected port.
Note 1: PORTD is available on PIC16F724/LF724
and PIC16F727/LF727 only.
Note:
The ANSELD register must be initialized
to configure an analog channel as a digital
input. Pins configured as analog inputs will
read ‘0’.
BANKSEL PORTD
;
CLRF
PORTD
;Init PORTD
BANKSEL ANSELD
CLRF
ANSELD
;Make PORTD digital
BANKSEL TRISD
;
MOVLW
B‘00001100’
;Set RD<3:2> as inputs
MOVWF
TRISD
;and set RD<7:4,1:0>
;as outputs
REGISTER 6-12:
PORTD: PORTD REGISTER(1)
R/W-x
RD7
RD6
RD5
RD4
RD3
RD2
RD1
RD0
bit 7
bit 0
Legend:
R = Readable bit
W = Writable bit
U = Unimplemented bit, read as ‘0’
-n = Value at POR
‘1’ = Bit is set
‘0’ = Bit is cleared
x = Bit is unknown
bit 7-0
RD<7:0>: PORTD General Purpose I/O Pin bits
1
= Port pin is > VIH
0
= Port pin is < VIL
Note 1:
PORTD is not implemented on PIC16F722/723/726/PIC16LF722/723/726 devices, read as ‘0’.
相关PDF资料
PDF描述
CAT9554YI-GT2 IC I/O EXPANDER I2C 8B 16TSSOP
CAT9554AYI-GT2 IC I/O EXPANDER I2C 8B 16TSSOP
ATTINY44-20SSUR MCU AVR 4KB FLASH 20MHZ 14SOIC
ATTINY24-20SSUR MCU AVR 2KB FLASH 20MHZ 14SOIC
PCA8575PW,112 IC I/O EXPANDER I2C 16B 24TSSOP
相关代理商/技术参数
参数描述
ATTINY2313V-12PI 制造商:Atmel Corporation 功能描述:MCU 8-bit ATtiny AVR RISC 2KB Flash 2.5V/3.3V/5V 20-Pin PDIP
ATTINY2313V-8MI 制造商:ATMEL 制造商全称:ATMEL Corporation 功能描述:8-bit AVR Microcontroller with 2K Bytes In-System Programmable Flash
ATTINY2313V-8MJ 制造商:ATMEL 制造商全称:ATMEL Corporation 功能描述:8-bit AVR Microcontroller with 2K Bytes In-System Programmable Flash
ATTINY2313V-8PI 制造商:ATMEL 制造商全称:ATMEL Corporation 功能描述:8-bit AVR Microcontroller with 2K Bytes In-System Programmable Flash
ATTINY2313V-8PJ 制造商:ATMEL 制造商全称:ATMEL Corporation 功能描述:8-bit AVR Microcontroller with 2K Bytes In-System Programmable Flash