ATAVRQTOUCHX Atmel, ATAVRQTOUCHX Datasheet - Page 105

BOARD EVAL CAPACITIVE TOUCH

ATAVRQTOUCHX

Manufacturer Part Number
ATAVRQTOUCHX
Description
BOARD EVAL CAPACITIVE TOUCH
Manufacturer
Atmel
Series
QTouch™r
Datasheets

Specifications of ATAVRQTOUCHX

Sensor Type
Touch, Capacitive
Sensing Range
1 Slider, 1 Wheel, 2 Buttons
Interface
USB
Voltage - Supply
5V, USB
Embedded
Yes, MCU, 8-Bit
Utilized Ic / Part
AT90USB1287, ATxmega128A1
Silicon Manufacturer
Atmel
Silicon Family Name
ATxmega
Kit Contents
Board
Svhc
No SVHC (15-Dec-2010)
Core Architecture
AVR
Core Sub-architecture
AVR19
Kit Features
One Slider, One Wheel And 2
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Sensitivity
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATAVRQTOUCHX
Manufacturer:
Atmel
Quantity:
135
The GCC example projects for QMatrix does not
compile
(QT_DELAY_CYCLES) above a value of 5
because of the preprocessor expansions.
Compiling QT600 project files throws
unused variable warning.
When using IAR workbench for ATSAM to
integrate the touch libraries, the linker
would generate a warning indicating:
Warning[Lp005]: placement includes a mix
of sections with content (example "ro data
section .data_init in xfiles.o(dl7M_tl_if.a)")
and sections without content (example "rw
data section .data in xfiles.o(dl7M_tl_if.a)")
Warning[Lp006]: placement includes a mix
of writable sections (example "rw data
section .data in xfiles.o(dl7M_tl_if.a)") and
non-writable sections
section .data_init in xfiles.o(dl7M_tl_if.a)")
5.11 Checklist
This section lists troubleshooting tips and common configuration tips.
Symptom
Sensors do not go into detect or
have unknown results
Signal values report arbitrary
values
Waveforms of charging /
discharging of channels do not
show up properly in oscilloscopes
When using the example
applications, the debug values for
some of the channels does not
display appropriate values
the
(example "ro data
delay
Cause
Multiplexing pins
used by QTouch
libraries in your
design
Stray capacitance
JTAG ICE connected
to the board
JTAG Pins are
enabled in the target.
cycles
This is because
we link the
library in RW
data section.
Action
Check the Pins used for QTouch or
QMatrix acquisition methods do not
overlap with the applications usage
of the ports
Check the sensor design and
minimize stray capacitance
interference in your design
Try disconnecting the JTAG ICE
completely from the kit
JTAG Pins are explicitly needs to
be disabled in the main.c file
/* disable JTAG pins
Recommended to remove UL from
the preprocessor constants and in
the chain of macros used for
QT_DELAY_CYCLES. Valid for
QT_DELAY_CYCLES = 5,10,25,50.
These variables are available in
the debug protocol for future use.
MCUCR |= (1u << JTD);
MCUCR |= (1u << JTD)
*/
105

Related parts for ATAVRQTOUCHX