ATAVRTS2080B Atmel, ATAVRTS2080B Datasheet - Page 105

BOARD EVAL FOR ATTINY88 LIBRARY

ATAVRTS2080B

Manufacturer Part Number
ATAVRTS2080B
Description
BOARD EVAL FOR ATTINY88 LIBRARY
Manufacturer
Atmel
Series
QTouch™r
Datasheets

Specifications of ATAVRTS2080B

Sensor Type
Touch, Capacitive
Sensing Range
1 Rotor, 1 Slider, and 2 Buttons/Keys
Interface
Application Programming Interface (API)
Voltage - Supply
1.8 V ~ 5.5 V
Embedded
Yes, MCU, 8-Bit
Utilized Ic / Part
ATtiny88
Tool Type
Development Kit
Cpu Core
AVR 8 / 32
Data Bus Width
8 bit
Core Architecture
AVR
Silicon Manufacturer
Atmel
Silicon Core Number
ATtiny88
Silicon Family Name
AVR
Kit Contents
Board CD Docs
Development Tool Type
Hardware / Software - Eval/Demo Board
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Sensitivity
-
Lead Free Status / Rohs Status
 Details
Other names
Q4359953
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 ATAVRTS2080B