
Standard DV-Modem Firmware
--------------------------
This project is firmware of the AVR32/C5 DV-Modem, developed by J.Alte.
It processes various converting modes for digitized speech signals.
See www.digisolutions.de (german only) for more infomation about DV-Modem.

Copyright (c) 2010 by Jan Alte, DO1FJN

The source and the compiled firmware (binary files) a licensed under GPL
verson 2 except all files in the folder "SOFTWARE_FRAMEWORK" and subfolders
of it. Files in these folders are copyrighted by Atmel Corporation.


This firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

This firmware is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You can find a copy of the GNU General Public License in the "license" 
folder. If not, see <http://www.gnu.org/licenses/>.


All source files of DVfirmware are written in UTF-8 charset.

---

Nachfolgend wird die Verwendung des AVR32-Studios 2.4 (oder neuer) vorausgesetzt.

Installationsanweisung
----------------------
AVR32Studio starten.
Unter "File" Import-Dialog starten.
Dort "General -> Existing Projects into workspace" auswählen und "Next" drücken.
Dieses (entpackte) Verseichnis unter "root directory" angeben und das Häckchen
"copy projects into workspace" aktivieren, wenn NICHT bereits dort dieses Ver-
zeichnis entpackt wurde.

AVR Dragon oder JTAG ICE mkII einrichten
----------------------------------------
Auf Jtag-Adapter unter 'AVR32 Targets' rechts-klicken und 'Properties' wählen.

Im Eigenschaftenfeld sollten folgende Felder geändert werden:
Details     - Device = UC3B0128
Details     - Clock Source = "Crystal connected to OSC0"
Daisy Chain - Enable Daisy Chain = EIN
Daisy Chain - Devices before = 1
Daisy Chain - Instruction bits before = 8


Viel Erfolg beim Entwicklen wünscht
Jan Alte, DO1FJN
