You Can Add An Advertisement Here!
| Inside SteliosCellar AVR links
|
|
|
Links:
-
A Simple FSK modem Freq. Measuring and Generation
- This Design Note describes some interresting basics for measuring and generating frequencies. This application uses the technique to decode/code "tones" from/to a FSK-modem. -
Added: 28-Aug-2003
Hits : 68 Rating : No Rating (0) Votes : 0
[
Rate It
]
-
A String Display Routine
- A lot of embedded projects use routines to send data to displays or UARTs for serial communication. Here is an approach for sending null terminated strings from Flashrom to a UART or a display routine, using assembly code. -
Added: 28-Aug-2003
Hits : 47 Rating : No Rating (0) Votes : 0
[
Rate It
]
-
AVR Boot Loader
- This Design Note explains how to implement an Boot Loader for the AVR. It is entirely written in assembly, so it will run directly in AVR Studio. This application supports the Atmel AVR109 appnote instructions. -
Added: 28-Aug-2003
Hits : 60 Rating : No Rating (0) Votes : 0
[
Rate It
]
-
AVR Memory Contents After Sleep and Reset
- The AVR contains volatile memories like SRAM, IO registers and the register file with 32 general-purpose registers.
What happens to the contents in these volatile memories during a power up reset, an external reset, after a watchdog reset, or when waking up from sleep?
This text will describe what contents you can expect to find there. -
Added: 28-Aug-2003
Hits : 33 Rating : No Rating (0) Votes : 0
[
Rate It
]
-
AVR sleep modes
- A short description of the AVR sleep modes and how they are used, including code examples in C and assembly language. -
Added: 28-Aug-2003
Hits : 41 Rating : No Rating (0) Votes : 0
[
Rate It
]
-
Bidirectional SPI
- This Design Note is a worthy closing act for our two-week Design Note bonanza. This is a very good and complete Design Note showing a complete Master Slave communication system using the SPI interface. -
Added: 28-Aug-2003
Hits : 75 Rating : No Rating (0) Votes : 0
[
Rate It
]
-
Calibrating the Internal RC Oscillator
- This design note describes how to calibrate the internal RC Oscillator using an external 32.768 KHz crystal as input signal to an asynchronous Timer/Counter. -
Added: 29-Aug-2003
Hits : 29 Rating : 


(8.00) Votes : 1
[
Rate It
]
-
Calibrating the Internal RC Oscillator Using the STK500
- This Design Note shows how to use the interface in AVR Studio 3.54 to calibrate AVR devices with internal RC to run at correct speed. It also contains theory on the different RC oscillators you may find in AVR devices. -
Added: 29-Aug-2003
Hits : 19 Rating : No Rating (0) Votes : 0
[
Rate It
]
-
Common use of the AVR hardware UART
- This document provides a short introduction to the use of the hardware UART present in most AVR devices. There are several existing application notes regarding the UART (AVR304, AVR305 and AVR306). Issues outside the boundaries of this document might be resolved in one of these. -
Added: 29-Aug-2003
Hits : 52 Rating : No Rating (0) Votes : 0
[
Rate It
]
-
Connecting an AVR Controller to CAN
- The goal of this design note is to explain how to connect the MCP2510 CAN Controller via the Serial Peripheral Interface (SPI) to an AVR 8515. -
Added: 29-Aug-2003
Hits : 92 Rating : No Rating (0) Votes : 0
[
Rate It
]
Next 10
(c) 2000-2003 Stelios Koroneos