Chinese document "Getting Started with Core Independent Peripherals on AVR® Microcontrollers"
Getting Started with Core-Independent
Peripherals
on AVR® Microcontrollers
Core Independent Peripherals (CIPs) are a class of peripherals found on many AVR® devices. This application note will focus on the tinyAVR® 1 series, but the general principles apply to all devices featuring CIPs, with some differences in peripheral features and design.
CIP is designed to handle the corresponding task through one or more peripherals, without code or CPU supervision to maintain normal operation. This has many benefits, such as providing short and predictable response time between peripherals, reducing software complexity, shortening software execution time and reducing power consumption.
There are a large number of CIPs on tinyAVR® 1 series devices. For example: Event System (EVSYS), Configurable Custom Logic (CCL), Timer/Counter A and B (TCA/TCB), Real-Time Timer Counter (RTC), Analog-to-Digital Converter (ADC), and CRCSCAN.
This application note will first introduce the two most powerful modules in core-independent applications: CCL and Event System. Then, an application example will be used to show how to use CCL, Event System, RTC and ADC together to filter button signals and start ADC conversion core independently. This is helpful for users who want to build custom projects using CIP.
main content
Related Devices
-
tinyAVR 0 series
-
tinyAVR 1 Series
-
megaAVR 0 series
About CCL
-
Truth Table
-
Two-stage synchronizer, filter and edge detector
-
Sequential Logic
Introduction to the Event System
-
Overview of the event functionality of peripherals in the tinyAVR® 1 series
Application Example - Filtering a Button Signal and Starting an ADC Conversion
-
Event System (EVSYS) Settings
-
Real Time Counter (RTC) Settings
-
Configurable Custom Logic (CCL) settings
-
Analog-to-Digital Converter (ADC) Settings
-
Universal Synchronous/Asynchronous Receiver/Transmitter (USART) Settings
-
CPU Details
Get source code from Atmel | START
Click " Read Original " below to view the full text
For more complete Chinese documents, please visit Dr. Mai's Library
Featured Posts