ata5773 ATMEL Corporation, ata5773 Datasheet - Page 108

no-image

ata5773

Manufacturer Part Number
ata5773
Description
Microcontroller With Uhf Ask/fsk Transmitter
Manufacturer
ATMEL Corporation
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATA5773
Manufacturer:
ATMEL/爱特梅尔
Quantity:
20 000
Part Number:
ata5773-PXQW
Manufacturer:
ATMEL
Quantity:
3 500
Part Number:
ata5773-PXQW
Manufacturer:
ATMEL/爱特梅尔
Quantity:
20 000
56
ATtiny24/44/84
Consider the clock period starting shortly after the first falling edge of the system clock. The latch
is closed when the clock is low, and goes transparent when the clock is high, as indicated by the
shaded region of the “SYNC LATCH” signal. The signal value is latched when the system clock
goes low. It is clocked into the PINxn Register at the succeeding positive clock edge. As indi-
cated by the two arrows tpd,max and tpd,min, a single signal transition on the pin will be delayed
between ½ and 1½ system clock period depending upon the time of assertion.
When reading back a software assigned pin value, a nop instruction must be inserted as indi-
cated in
positive edge of the clock. In this case, the delay tpd through the synchronizer is one system
clock period.
Figure 10-4. Synchronization when Reading a Software Assigned Pin Value
The following code example shows how to set port A pins 0 and 1 high, 2 and 3 low, and define
the port pins from 4 to 5 as input with a pull-up assigned to port pin 4. The resulting pin values
are read back again, but as previously discussed, a nop instruction is included to be able to read
back the value recently assigned to some of the pins.
Note:
Assembly Code Example
...
; Define pull-ups and set outputs high
; Define directions for port pins
ldi
ldi
out
out
; Insert nop for synchronization
nop
; Read port pins
in
...
1. For the assembly program, two temporary registers are used to minimize the time from pull-
Figure 10-4 on page
ups are set on pins 0, 1 and 4, until the direction bits are correctly set, defining bit 2 and 3 as
low and redefining bits 0 and 1 as strong high drivers.
INSTRUCTIONS
r16,(1<<PA4)|(1<<PA1)|(1<<PA0)
r17,(1<<DDA3)|(1<<DDA2)|(1<<DDA1)|(1<<DDA0)
PORTA,r16
DDRA,r17
r16,PINA
SYSTEM CLK
SYNC LATCH
PINxn
r16
r17
(1)
56. The out instruction sets the “SYNC LATCH” signal at the
out PORTx, r16
0x00
nop
t
pd
0xFF
in r17, PINx
0xFF
8006G–AVR–01/08

Related parts for ata5773