поискавой системы для электроныых деталей
  Russian  ▼
ALLDATASHEETRU.COM

X  

ADIS16480/PCBZ датащи(PDF) 37 Page - Analog Devices

номер детали ADIS16480/PCBZ
подробное описание детали  Ten Degrees of Freedom Inertial Sensor
PDF  40 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
производитель  AD [Analog Devices]
домашняя страница  http://www.analog.com
Logo AD - Analog Devices

ADIS16480/PCBZ датащи(HTML) 37 Page - Analog Devices

Back Button ADIS16480/PCBZ Datasheet HTML 32Page - Analog Devices ADIS16480/PCBZ Datasheet HTML 33Page - Analog Devices ADIS16480/PCBZ Datasheet HTML 34Page - Analog Devices ADIS16480/PCBZ Datasheet HTML 35Page - Analog Devices ADIS16480/PCBZ Datasheet HTML 36Page - Analog Devices ADIS16480/PCBZ Datasheet HTML 37Page - Analog Devices ADIS16480/PCBZ Datasheet HTML 38Page - Analog Devices ADIS16480/PCBZ Datasheet HTML 39Page - Analog Devices ADIS16480/PCBZ Datasheet HTML 40Page - Analog Devices  
Zoom Inzoom in Zoom Outzoom out
 37 / 40 page
background image
Data Sheet
ADIS16480
Rev. 0 | Page 37 of 40
GENERAL-PURPOSE I/O
There are four general-purpose I/O lines: DIO1, DIO2, DIO3, and
DIO4. The FNCTIO_CTRL register controls the basic function
of each I/O line. Each I/O line only supports one function at a
time. In cases where a single line has two different assignments,
the enable bit for the lower priority function automatically
resets to zero and is disabled. The priority is (1) data-ready, (2)
sync clock input, (3) alarm indicator, and (4) general-purpose,
where 1 identifies the highest priority and 4 indicates the lowest
priority.
Table 149. FNCTIO_CTRL (Page 3, Base Address = 0x06)
Bits
Description (Default = 0x000D)
[15:12]
Not used
11
Alarm indicator: 1 = enabled, 0 = disabled
10
Alarm indicator polarity: 1 = positive, 0 = negative
[9:8]
Alarm indicator line selection:
00 = DIO1, 01 = DIO2, 10 = DIO3, 11 = DIO4
7
Sync clock input enable: 1 = enabled, 0 = disabled
6
Sync clock input polarity:
1 = rising edge, 0 = falling edge
[5:4]
Sync clock input line selection:
00 = DIO1, 01 = DIO2, 10 = DIO3, 11 = DIO4
3
Data-ready enable: 1 = enabled, 0 = disabled
2
Data-ready polarity: 1 = positive, 0 = negative
[1:0]
Data-ready line selection:
00 = DIO1, 01 = DIO2, 10 = DIO3, 11 = DIO4
Data-Ready Indicator
FNCTIO_CTRL[3:0] provide some configuration options for
using one of the DIOx lines as a data-ready indicator signal,
which can drive a processor’s interrupt control line. The factory
default assigns DIO2 as a positive polarity, data-ready signal.
Use the following sequence to change this assignment to DIO1
with a negative polarity: turn to Page 3 (DIN = 0x8003) and set
FNCTIO_CTRL[3:0] = 1000 (DIN = 0x8608, then DIN = 0x8700).
The timing jitter on the data-ready signal is ±1.4 µs.
Input Sync/Clock Control
FNCTIO_CTRL[7:4] provide some configuration options for
using one of the DIOx lines as an input synchronization signal
for sampling inertial sensor data. For example, use the following
sequence to establish DIO4 as a positive polarity, input clock pin
and keep the factory default setting for the data-ready function:
turn to Page 3 (DIN = 0x8003) and set FNCTIO_CTRL[7:0]
= 0xFD (DIN = 0x86FD, then DIN = 0x8700). Note that this
command also disables the internal sampling clock, and no
data sampling takes place without the input clock signal.
When selecting a clock input frequency, consider the 330 Hz
sensor bandwidth, because under sampling the sensors can
degrade noise and stability performance.
General-Purpose I/O Control
When FNCTIO_CTRL does not configure a DIOx pin,
GPIO_CTRL provides register controls for general-purpose use
of the pin. GPIO_CTRL[3:0] provides input/output assignment
controls for each line. When the DIOx lines are inputs, monitor
their levels by reading GPIO_CTRL[7:4]. When the DIOx lines
are used as outputs, set their levels by writing to GPIO_CTRL[7:4].
For example, use the following sequence to set DIO1 and
DIO3 as high and low output lines, respectively, and set DIO2
and DIO4 as input lines. Turn to Page 3 (DIN = 0x8003) and set
GPIO_CTRL[7:0] = 0x15 (DIN = 0x8815, then DIN = 0x8900).
Table 150. GPIO_CTRL (Page 3, Base Address = 0x08)
Bits
Description (Default = 0x00X0)1
[15:8]
Don’t care
7
General-Purpose I/O Line 4 (DIO4) data level
6
General-Purpose I/O Line 3 (DIO3) data level
5
General-Purpose I/O Line 2 (DIO2) data level
4
General-Purpose I/O Line 1 (DIO1) data level
3
General-Purpose I/O Line 4 (DIO4) direction control
(1 = output, 0 = input)
2
General-Purpose I/O Line 3 (DIO3) direction control
(1 = output, 0 = input)
1
General-Purpose I/O Line 2 (DIO2) direction control
(1 = output, 0 = input)
0
General-Purpose I/O Line 1 (DIO1) direction control
(1 = output, 0 = input)
1
GPIO_CTRL[7:4] reflects levels on DIOx lines.
POWER MANAGEMENT
The SLP_CNT register (see Table 151) provides controls for
both power-down mode and sleep mode. The trade-off between
power-down mode and sleep mode is between idle power and
recovery time. Power-down mode offers the best
idle power consumption but requires the most time to recover.
Also, all volatile settings are lost during power-down but are
preserved during sleep mode.
For timed sleep mode, turn to Page 3 (DIN = 0x8003), write the
amount of sleep time to SLP_CNT[7:0] and then, set SLP_CNT[8]
= 1 (DIN = 0x9101) to start the sleep period. For a timed power-
down period, change the last command to set SLP_CNT[9] = 1
(DIN = 0x9102). To power down or sleep for an indefinite
period, set SLP_CNT[7:0] = 0x00 first, then set either
SLP_CNT[8] or SLP_CNT[9] to 1. Note that the command
takes effect when the CS line goes high. To awaken the device
from sleep or power-down mode, use one of the following
options to restore normal operation:
•
Assert CS from high to low.
•
Pulse RST low, then high again.
•
Cycle the power.



Html Pages

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


датащи скачать

Go To PDF Page


ссылки URL



Вашему бизинису помогли Аллдатащит?  [ DONATE ] 

Что такое Аллдатащит   |   реклама   |   контакт   |   Конфиденциальность   |   Ссылка на техническое описание    |   обмен ссыками   |   поиск по производителю
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com