ATAVRTS2080A Atmel, ATAVRTS2080A Datasheet - Page 159

KIT QTOUCH W/SW ATMEGA88

ATAVRTS2080A

Manufacturer Part Number
ATAVRTS2080A
Description
KIT QTOUCH W/SW ATMEGA88
Manufacturer
Atmel
Series
QTouch™r
Datasheets

Specifications of ATAVRTS2080A

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
ATmega88
Tool Type
Development Kit
Cpu Core
AVR 8 / 32
Data Bus Width
8 bit
Core Architecture
AVR
Silicon Manufacturer
Atmel
Silicon Core Number
ATmega88, ATmega88A
Silicon Family Name
AVR
Kit Contents
Board, CD
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
1.1
5.4
6.3
10.3
11.3
17.4
19.13
6.3.24 Known Issues with QTouch Library for UC3L
6.4 QTouch Library for ATtiny20 device
ATMEL QTouch Library for ATtiny20 can be used for embedding capacitive touch buttons
functionality into ATtiny20 device application.
This Section describes the QTouch Library Application Programming API and Configuration
interface for QTouch method acquisition using the ATtiny20 devices.
When the IAR Example Project is build, the IAR32 compiler reports the following Warning
- Warning[Pe047]: incompatible redefinition of macro "AVR32_PM_PPCR_MASK"
(declared at line 607 of "C:\Program Files\IAR Systems\Embedded C:\Program Files\IAR
Systems\Embedded
5.6\avr32\INC\avr32/uc3l064.h").
In order to avoid this, this warning (Pe047) has been disabled using the Diagnostics
option in the IAR32 Project.
All code shall conform to ISO 9899
standard C, with no extensions
permitted.
A tag name shall be a unique
identifier
The basic types of char, int, short,
long, float, and double should not
be used, but specific-length
equivalents should be typedef'd for
the specific compiler, and these
type names used in the code
The value of a complex expression
of integer type shall only be cast to
a type that is not wider and of the
same signedness as the
underlying type of the expression
A cast should not be done
between a pointer type and an
integral type
Array indexing shall be the only
allowed form of pointer arithmetic
The # and ## preprocessor
operators should not be used
Workbench
5.6\avr32\INC\avr32\pm_400.h
Required
Required
Advisory
Required
Advisory
Required
Advisory
This is violated as for the reason that
Pointer increment has been done in
This Rule is not supported as the
library implementation requires IAR
extensions like __interrupt. These
intrinsic functions relate to device
hardware functionality, and cannot
practically be avoided.
enumerated types are mixed with
other types. This is caused by
integers being assigned to
enumerated types in some places to
save code space
The type bool supported by the
compiler violate this rule.
This is required in the code to do
align some pointers in the data block
memory. Cannot be avoided.
This is required in the code to do
align some pointers in the data block
memory. Cannot be avoided.
some places for sequential access of
signals, references, etc.
This is required for implementation of
a macro for ease of use &
abstraction
467
Workbench
159

Related parts for ATAVRTS2080A