Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.NET

X  

ADIS16485 Datasheet(PDF) 28 Page - Analog Devices

Part # ADIS16485
Description  Tactical Grade, Six Degrees of Freedom Inertial Sensor
Download  32 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  AD [Analog Devices]
Direct Link  http://www.analog.com
Logo AD - Analog Devices

ADIS16485 Datasheet(HTML) 28 Page - Analog Devices

Back Button ADIS16485_15 Datasheet HTML 24Page - Analog Devices ADIS16485_15 Datasheet HTML 25Page - Analog Devices ADIS16485_15 Datasheet HTML 26Page - Analog Devices ADIS16485_15 Datasheet HTML 27Page - Analog Devices ADIS16485_15 Datasheet HTML 28Page - Analog Devices ADIS16485_15 Datasheet HTML 29Page - Analog Devices ADIS16485_15 Datasheet HTML 30Page - Analog Devices ADIS16485_15 Datasheet HTML 31Page - Analog Devices ADIS16485_15 Datasheet HTML 32Page - Analog Devices  
Zoom Inzoom in Zoom Outzoom out
 28 / 32 page
background image
ADIS16485
Data Sheet
GENERAL-PURPOSE I/O
There are four general-purpose I/O pins: DIO1, DIO2, DIO3, and
DIO4. The FNCTIO_CTRL register controls the basic function
of each I/O pin. Each I/O pin only supports one function at a
time. In cases where a single pin 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 89. 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 the interrupt control line of a processor. 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 pin. When the DIOx pins are inputs, monitor
their levels by reading GPIO_CTRL[7:4]. When the DIOx pins 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 pins, respectively, and set DIO2 and DIO4 as input
pins. Turn to Page 3 (DIN = 0x8003) and set GPIO_CTRL[7:0] =
0x15 (DIN = 0x8815, then DIN = 0x8900).
Table 90. 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
The GPIO_CTRL register, Bits[7:4], reflect the levels on the DIOx pins and do
not have a default setting.
POWER MANAGEMENT
The SLP_CNT register (see Table 91) 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.
For example, set SLP_CNT[7:0] = 0x64 (DIN = 0x9064), then
set SLP_CNT[8] = 1 (DIN = 0x9101) to start a sleep period of
100 seconds.
Rev. E | Page 28 of 32


Similar Part No. - ADIS16485_15

ManufacturerPart #DatasheetDescription
logo
Analog Devices
ADIS16485/PCBZ AD-ADIS16485/PCBZ Datasheet
735Kb / 28P
Six Degrees of Freedom Inertial Sensor
REV. 0
ADIS16485AMLZ AD-ADIS16485AMLZ Datasheet
735Kb / 28P
Six Degrees of Freedom Inertial Sensor
REV. 0
ADIS16485AMLZ AD-ADIS16485AMLZ Datasheet
1Mb / 12P
Evaluation Board User Guide
REV. B
More results

Similar Description - ADIS16485_15

ManufacturerPart #DatasheetDescription
logo
Analog Devices
ADIS16364 AD-ADIS16364 Datasheet
257Kb / 16P
Six Degrees of Freedom Inertial Sensor
Rev. PrA
ADIS16362 AD-ADIS16362 Datasheet
512Kb / 20P
Six Degrees of Freedom Inertial Sensor
REV. 0
ADIS16385 AD-ADIS16385 Datasheet
450Kb / 20P
Six Degrees of Freedom Inertial Sensor
Rev. PrA
ADIS16485 AD-ADIS16485 Datasheet
735Kb / 28P
Six Degrees of Freedom Inertial Sensor
REV. 0
ADIS16460 AD-ADIS16460 Datasheet
598Kb / 26P
Compact, Precision, Six Degrees of Freedom Inertial Sensor
Rev. 0
ADIS16488A AD-ADIS16488A Datasheet
1Mb / 35P
Tactical Grade, Ten Degrees of Freedom Inertial Sensor
Rev. C
ADIS16486 AD-ADIS16486 Datasheet
1Mb / 38P
Six Degrees of Freedom Inertial Sensor
ADIS16446 AD-ADIS16446 Datasheet
590Kb / 23P
Compact, Precision Six Degrees of Freedom Inertial Sensor
ADIS16495 AD-ADIS16495 Datasheet
986Kb / 42P
Tactical Grade, Six Degrees of Freedom Inertial Sensor
ADIS16497 AD-ADIS16497 Datasheet
769Kb / 43P
Tactical Grade, Six Degrees of Freedom Inertial Sensor
More results


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


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.NET
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link Exchange   |   Manufacturer List
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