-
Datei
makefile.txt
Errors: none BEGIN = @echo -------- begin -------- END = @echo -------- end -------- # MCU name MCU = at90s8515 # Output format. Can be [srec|ihex]. FORMAT = ihex # Target file name (without extension). TARGET = uart # List C source files here. SRC = $(TARGET).c # List Assembler source files here. ASRC
in „<make clean> notwendig?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Lite08.asm
------------------------------------- ;--library,processor_type------------------------ .include "8515def.inc" ;8515_definitions .device AT90S8515 ;8515_command_set ;--auxiliary_register_definitions---------------- .def lpm00 = r00 ;lpm00:reserved for lpm .def keymain = r01 ;aux01:main_keys .def ckne555
in „Der STACK - Unterprogramme mit variabler Parameteranzahl“ · Projekte & Code ·
-
Datei
Lite08.asm
------------------------------------- ;--library,processor_type------------------------ .include "8515def.inc" ;8515_definitions .device AT90S8515 ;8515_command_set ;--auxiliary_register_definitions---------------- .def lpm00 = r00 ;lpm00:reserved for lpm .def keymain = r01 ;aux01:main_keys .def ckne555
in „meinungen zu ass.prog.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Lite08.asm
------------------------------------- ;--library,processor_type------------------------ .include "8515def.inc" ;8515_definitions .device AT90S8515 ;8515_command_set ;--auxiliary_register_definitions---------------- .def lpm00 = r00 ;lpm00:reserved for lpm .def keymain = r01 ;aux01:main_keys .def ckne555
in „Problem bei Tasterabfrage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
externint.c
Fleury <pfleury@gmx.ch> http://jump.to/fleury Date: December 2002 Software: AVR-GCC 3.3 Hardware: AT90S8515 at 4 Mhz, STK200 compatible starter kit Description: Demonstrates use of external interrupts. Each time a push button is pressed, the external interrupt INT0 is called, which increments the global
-
Datei
hilfe.txt
byte to the LCD character generator or display RAM. Example: /* LCD user defined characters Chip: AT90S8515 Memory Model: SMALL Data Stack Size: 128 bytes Use an 2x16 alphanumeric LCD connected to the STK200+ PORTC header as follows: [LCD] [STK200+ PORTC HEADER] 1 GND- 9 GND 2 +5V- 10 VCC 3 VLC- LCD
in „sekundenzähler mit timer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* Title: 808-style sequencer Author: Andreas Schwarz <andreas-s@web.de> Date: ?/2001 Hardware: AT90S8515 with 16-key matrix */ #include <io.h> #include <interrupt.h> #include <sig-avr.h> #define UART_CPU 4000000 /* 4Mhz */ #define UART_BAUD_RATE 31250 /* baud rate
-
Datei
main.c
/* Title: 808-style sequencer Author: Andreas Schwarz <andreas-s@web.de> Date: ?/2001 Hardware: AT90S8515 with 16-key matrix */ #include <io.h> #include <interrupt.h> #include <sig-avr.h> #define UART_CPU 4000000 /* 4Mhz */ #define UART_BAUD_RATE 31250 /* baud rate
in „Midi-Application“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
helloled.c
Fleury <pfleury@gmx.ch> http://jump.to/fleury Date: December 2002 Software: AVR-GCC 3.3 Hardware: AT90S8515 at 4 Mhz, STK200 compatible starter kit Description: This example demonstrates basic port input/output technic. If one of the switches on port D is pressed, the corresponding LED on port B is
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „Zu viele Pointer - brauche Hilfe.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „ATMega nach ADC BascomPRG stk500 WEG!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „SHT11 misst Mist“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „UART funktioniert nicht!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „Heizungssteuerung mit ATMEGA 32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „Modul antwortet nur nach Neuprogrammierung des Controllers“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „Reset bei serieller Kommunikation“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „[AVR-GCC] makefile SRC und #include“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „ATmega168 Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „fleurys I2C + UART lib halten in Kombination die Hauptschleife an!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „Inkonsistentes Verhalten einfachem avr-gcc-codes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „RFM70 Timing Problem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
27 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „UART Auswertung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
27 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
27 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „Float via UART an PC senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
27 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „ATmega UART spinnt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
27 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „avr dude Programm zu groß? Eclipse GCC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
27 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „UART mit Atmega8 (Peter Fleury Library)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
27 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „AVR bootloader Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
27 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „UART Bibliothek funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
27 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „AVR Bootloader in C - Artikel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_uart.c
2005/07/10 11:46:30 Peter Exp $ Software: AVR-GCC 3.3 Hardware: any AVR with built-in UART, tested on AT90S8515 at 4 Mhz DESCRIPTION: This example shows how to use the UART library uart.c *************************************************************************/ #include <stdlib.h> #include <avr/io.h> #
in „ATMega nach ADC BascomPRG stk500 WEG!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_uart.c
2005/07/10 11:46:30 Peter Exp $ Software: AVR-GCC 3.3 Hardware: any AVR with built-in UART, tested on AT90S8515 at 4 Mhz DESCRIPTION: This example shows how to use the UART library uart.c *************************************************************************/ #include <stdlib.h> #include <avr/io.h> #
in „UART funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_uart.c
2005/07/10 11:46:30 Peter Exp $ Software: AVR-GCC 3.3 Hardware: any AVR with built-in UART, tested on AT90S8515 at 4 Mhz DESCRIPTION: This example shows how to use the UART library uart.c *************************************************************************/ #include <stdlib.h> #include <avr/io.h> #
in „UART Hilfe bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_uart.c
2005/07/10 11:46:30 Peter Exp $ Software: AVR-GCC 3.3 Hardware: any AVR with built-in UART, tested on AT90S8515 at 4 Mhz DESCRIPTION: This example shows how to use the UART library uart.c *************************************************************************/ #include <stdlib.h> #include <avr/io.h> #
in „UART-Beispiel hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
UART_Probe.cpp
:08 peter Exp $ Software: AVR-GCC 3.4, AVRlibc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 at 4 Mhz DESCRIPTION: This example shows how to use the UART library uart.c *************************************************************************/ #include <stdlib.h> #include <avr/io.h> #
in „UART Bibliothek funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PDC1602M03.pdf
DDRAMdata from the CGRAM or 37us or DDRAM I/D =1: Increment I/F=0:Decrement DDRAM: Display Data RAM S =1: Display shift on ACG: Character Generator RAMAM C =1: Cursor display on ADD: Display Data RAM Address B =1: Cursor blink on AC: Address Counter S/C =1: Shift display S/C=0: Move cursor DL =1: 8-bLtt
in „Explorer 16 board, zwei Displays“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Delta-Opto_PDC1602M.pdf
DDRAMdata from the CGRAM or 37us or DDRAM I/D =1: Increment I/F=0:Decrement DDRAM: Display Data RAM S =1: Display shift on ACG: Character Generator RAMAM C =1: Cursor display on ADD: Display Data RAM Address B =1: Cursor blink on AC: Address Counter S/C =1: Shift display S/C=0: Move cursor DL =1: 8-bLtt
in „Display PDC1602M“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_i2cmaster.c
File: $Id: test_i2cmaster.c,v 1.2 2003/12/06 17:07:18 peter Exp $ Software: AVR-GCC 3.3 Hardware: AT90S8515 at 4 Mhz, any AVR device can be used Description: This example shows how the I2C library i2cmaster.S can be used to access a serial eeprom. Based on Atmel Application Note AVR300, adapted to AVR-GCC
in „Expander: Digitaleingänge“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Lite09.asm
------------------------------------- ;--library,processor_type------------------------ .include "8515def.inc" ;8515_definitions .device AT90S8515 ;8515_command_set ;--auxiliary_register_definitions---------------- .def lpm00 = r00 ;lpm00:reserved for lpm .def keymain = r01 ;aux01:main_keys .def ckne555
in „Takt oder Beat aus Musik filtern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Lite09.asm
------------------------------------- ;--library,processor_type------------------------ .include "8515def.inc" ;8515_definitions .device AT90S8515 ;8515_command_set ;--auxiliary_register_definitions---------------- .def lpm00 = r00 ;lpm00:reserved for lpm .def keymain = r01 ;aux01:main_keys .def ckne555
in „wieso wird andauernd int0 und int1 ausgelöst?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Lite09.asm
------------------------------------- ;--library,processor_type------------------------ .include "8515def.inc" ;8515_definitions .device AT90S8515 ;8515_command_set ;--auxiliary_register_definitions---------------- .def lpm00 = r00 ;lpm00:reserved for lpm .def keymain = r01 ;aux01:main_keys .def ckne555
in „stacksicherung bei 2 ints“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
38 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4 Hardware: any AVR with built-in UART, tested on AT90S8515 & ATmega8 at 4 Mhz License: GNU General Public License Usage: see Doxygen manual LICENSE: Copyright (C) 2006 Peter Fleury This program is free software; you can redistribute it and/or modify it
in „AVR Bootloader in C, geht mit mega8 nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Heizungssteuerung.asm
Zeit, ;bis der Takt von T1 messbar ist, wo hingegen der Takt von T0 sofort anliegt. ;---------- ; AT90S8515 mit 4MHz verwendet ;===================================================================================== .NOLIST ;hier gibtŽs erst noch die direktiven .INCLUDE "8515def.inc" ;definition des ICŽs
in „Timer 1 hat verspätung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_eeprom.c
Purpose: access variabled stored in EEPROM with AVR-GCC Software: AVR-GCC 3.3 Hardware: Tested with AT90S8515 (4Mhz), any AVR device can be used Program description: This example explains how global variables can be initialized at compile-time and stored into the internal EEPROM. The program can now refer
-
Datei
main.c
#include "io.h" #include "eeprom.h" #define __AVR_AT90S8515__ void main( void ) { DDRD = 0xFF; // Output eeprom_write_byte ((uint8_t *)0x10, 0x3a); eeprom_busy_wait(); PORTD = eeprom_read_byte((uint8_t *) 0x10); // Inhalt auf LEDs ausgeben }
in „EEPROM, lesen/schreiben geht nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DZM.asm
Project: DZM ;* Version: 0.1 ;* Create Date: 2002.09.10 ;* Last updated: 2002.09.10 ;* Target MCU: AT90S8515 ;* (C) Andreas Hohlen ( mail to: service@hotron.de ) ;* ;* N O T E: ;* ;* - Dieser Beispielcode ist geschrieben für 8MHz CPU-Takt! ;* - Teile des Codes stammen aus den Math32-Routinen ;* ;* --
in „1/Zeit in Assembler?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan mit Mikrocontroller, LCD und Motoren
8x2 LCD Display, 100NF, C4, R1 100K, IC1, 7805, 0.1uF, C1, 100NF, 5V, IC2, R3, R4 52K, R5 52K, R2, AT90S8515, M1, RETURN, M2, L2300, C5 22pF, C6 22pF, XTAL1, XTAL2, GND, 9V
in „Suche Kritik + Anregungen zu meiner ersten eigenen Schaltung“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Datei
DCF-Uhr.bas
%%%% '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% $regfile = "8515def.dat" 'AT90S8515-Deklarationen $crystal = 3686400 'Verwendeter Quarz: 3.6864 MHz Dim A As Integer 'Variable für die Pulslänge Dim B As Byte 'High-Low-Vatiable Dim C As Integer 'Zählvariable Dim Sekunde
in „DCF-Uhr mit Alarmfunktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Lite11.asm
------------------------------------- ;--library,processor_type------------------------ .include "8515def.inc" ;8515_definitions .device AT90S8515 ;8515_command_set ;--auxiliary_register_definitions---------------- .def lpm00 = r00 ;lpm00:reserved for lpm .def keymain = r01 ;aux01:main_keys .def ckne555
in „Takt oder Beat aus Musik filtern“ · Mikrocontroller und Digitale Elektronik ·