-
PDF
Preview_of__io.h_.pdf
iom88p.h> #elif defined (__AVR_ATmega88PA__) # include <avr/iom88pa.h> #elif defined (__AVR_ATmega8515__) # include <avr/iom8515.h> #elif defined (__AVR_ATmega8535__) # include <avr/iom8535.h> #elif defined (__AVR_AT90S8535__) # include <avr/io8535.h> #elif defined (__AVR_AT90C8534__) # include <avr/io8534.h> #elif defined (__AVR_AT90S8515__) # include <avr/io8515.h> #elif defined (__AVR_AT90S4434__) # include <avr/io4434.h> #elif defined (__AVR_AT90S4433__) # include <avr/io4433.h> #elif defined (__AVR_AT90S4414__) # include <avr
in „µC am Mac mit C programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
A300_DS_DIAMEX-AVR_REF1.pdf
einfache *inf Datei bis von XP bis WIN7 (32 und 64bit Version) Unterstützung folgender Chips: Classic AT90S1200, AT90S2313, AT90S2333, AT90S2343, AT90S4414, AT90S4433, AT90S4434, AT90S8515, AT90S8535 Tiny ATtiny12, ATtiny13, ATtiny15, ATtiny2313, ATtiny24, ATtiny25, ATtiny26, ATtiny44, ATtiny45, ATtiny84
in „Universeller RC5-Fernbedienungsempfänger“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
usb-isp_installation_de.pdf
Atmel-Standard - rechte Abbildung) ca. 15cm Länge Beschreibung Unterstützung folgender Controller: Classic AT90S1200, AT90S2313, AT90S2333, AT90S2343, AT90S4414, AT90S4433, AT90S4434, AT90S8515, AT90S8535 Tiny ATtiny12, ATtiny13, ATtiny15, ATtiny2313, ATtiny24, ATtiny25, ATtiny26, ATtiny44, ATtiny45, ATtiny84
in „Atmega läuft nur mit Programmer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
usb-isp_installation_de.pdf
Atmel-Standard - rechte Abbildung) ca. 15cm Länge Beschreibung Unterstützung folgender Controller: Classic AT90S1200, AT90S2313, AT90S2333, AT90S2343, AT90S4414, AT90S4433, AT90S4434, AT90S8515, AT90S8535 Tiny ATtiny12, ATtiny13, ATtiny15, ATtiny2313, ATtiny24, ATtiny25, ATtiny26, ATtiny44, ATtiny45, ATtiny84
in „Diamex USB ISP Programmer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
externalsram.c
pfleury@gmx.ch> http://jump.to/fleury Date: December 2003 Software: AVR-GCC 3.3 Hardware: tested with AT90S8515 at 4 MHz with external SRAM memory, any AVR with SRAM interface can be used. Description: This example shows how external devices such as external SRAM and FLASH, and peripherals such as LCD-display
-
PDF
ICprog-AVR.pdf
gebenen Pinbelegungen, die automatisch erkannt werden. ATmega: ATmega8, ATmega16, ATmega32, ATmega64, AT- Abbildung 2 zeigt die dazugehorige Pinnummerierung der Stiftleiste J2. mega102, ATmega128, ATmega161, ATmega162, ATmega163, ATmega169, ATmega8515, ATme- ga8535 ATtiny: ATtiny10, ATtiny12, ATtiny15, ATtiny26, ATti- ny2313 AT90S: AT90S1200, AT90S2313, AT90S2323, AT90S2333, AT90S2343, AT90S4414, AT90S4433, AT90S4434, AT90S8515, AT90S8534, AT90S8535, AT90S8544 Abbildung 2. Ansicht von oben kompatibel zu Pin# AVR910 ICboard
in „USB Programmer ICprog-AVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
externalsram.c
pfleury@gmx.ch> http://jump.to/fleury Date: December 2003 Software: AVR-GCC 3.3 Hardware: tested with AT90S8515 at 4 MHz with external SRAM memory, any AVR with SRAM interface can be used. Description: This example shows how external devices such as external SRAM and FLASH, and peripherals such as LCD-display
in „Test für externes SRAM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATT5FCA9.pdf
können. Supported Devices ATtiny11 ATtiny861 ATmega48 ATmega169 STK502 ATmega3290 STK504 ATtiny12 AT90S1200 ATmega64 STK501 ATmega169P STK502 ATmega6450 STK504 ATtiny13 AT90S2313 ATmega88 ATmega323 ATmega6490 STK504 ATtiny15 AT90S2323 ATmega103 STK501 ATmega324P ATmega8515 ATtiny22 AT90S2333 ATmega128
in „Angebot STK500+STK501+JTAGICE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr.h
mmcu=avr1:crts1200.o%s} \ %{mmcu=attiny11:crttn11.o%s} \ %{mmcu=attiny12:crttn12.o%s} \ %{mmcu=attiny15:crttn15.o%s} \ %{mmcu=attiny28:crttn28.o%s} \ %{!mmcu*|mmcu=at90s8515|mmcu=avr2:crts8515.o%s} \ %{mmcu=at90s2313:crts2313
in „ATtiny24 - ISR wird nie gerufen __vectors> fehlt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.ASM
Display mit HD44789 oder kompatiblen * ;Controller und schreibt einen Text in das Display * ;Controller: AT90S8515 soll ein anderer AT90SXXXX Controller * ;benutzt werden muss gegebenenfals die Stack * ;Initialisierung geändert werden!! * ;Das Programm steuert das LCD Display mit 8 BIT an!! * ;Start : 29.08.01
in „LCD 8 Bit Ansteuerung (AVR, Assembler)“ · Projekte & Code ·
-
Datei
uart.c
2004/02/27 22:00:28 peter Exp $ Software: AVR-GCC 3.3 Hardware: any AVR with built-in UART, tested on AT90S8515 at 4 Mhz and ATmega at 1Mhz DESCRIPTION: An interrupt is generated when the UART has finished transmitting or receiving a byte. The interrupt handling routines use circular buffers for buffering
in „UART im AVR Studio simulieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Mik-k01-k04-AVR_uc.pdf
und 2 PWM Ausgängen + 1 Watchdog - Timer + 1 Analogkomparator 2.2 Blockschaltbild des AT90S8515 1 Einführung.doc 4/12 AVR – RISC – Mikrocontroller Kapitel 1 - 4 2.3 Gehäusebauformen und Pinbelegung Die Pinbelegung des AT90S8535 finden Sie im Datenblatt ! 2.4 Systemtakt Φ Ein integrierter
in „Warum komme ich beim Auswärten des ADC's nur bis 25% ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRootloader.asm
; unsupported devices ;.include "1200def.inc" ; AT90S1200 ;.include "2313def.inc" ; AT90S2313 ;.include "2323def.inc" ; AT90S2323 ;.include "2343def.inc" ; AT90S2343 ;.include "4414def.inc" ; AT90S4414 ;.include "4433def.inc" ; AT90S4433 ;.include "4434def.inc" ; AT90S4434 ;.include "8515def.inc" ; AT90S8515 ;.include "8535def.inc" ; AT90S8535 ;.include "AT86RF401def.inc" ; AT86RF401 ;.include "ATxmega128A1def.inc" ; ATxmega128A1 ;.include "ATxmega64A1def.inc" ;
-
PDF
AVR100_Accessing_the_EEPROM.PDF
access and sequential access routines are listed. ;* The code is written for 8515. To modify for 90S4414,90S2313,90S2323... ;* apply the following changes: ;*- Remove all entries to EEPROM Address Register High Byte EEARH ;* ;* To modify for 90S1200, apply the changes above. In addition
in „Universeller RC5-Fernbedienungsempfänger“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRootloader.asm
; unsupported devices, no self programming or sram to small ;.include "1200def.inc" ; AT90S1200 ;.include "2313def.inc" ; AT90S2313 ;.include "2323def.inc" ; AT90S2323 ;.include "2343def.inc" ; AT90S2343 ;.include "4414def.inc" ; AT90S4414 ;.include "4433def.inc" ; AT90S4433 ;.include "4434def.inc" ; AT90S4434 ;.include "8515def.inc" ; AT90S8515 ;.include "8535def.inc" ; AT90S8535 ;.include "tn10def.inc" ; ATtiny10 ;.include "AT86RF401def.inc" ; AT86RF401 ;.include "ATxmega128A1def.inc" ; ATxmega128A1
-
PDF
MIK-k05-AVR_uc.pdf
mit dem bereits vorgestellten T/C0. Dem Anwender stehen hier neben einem Capture-Register auch ein (AT90S2313) bzw. zwei Output-Compare-Register A und B (AT90S4414 und AT90S8515) zur Verfügung. Der Inhalt der Output-Compare-Register wird hardwaremäßig ständig mit dem Zählerinhalt verglichen, bei Übereinstimmung
in „Warum komme ich beim Auswärten des ADC's nur bis 25% ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVRISPmkII_UG.pdf
user to upgrade AVRISP mkII The following devices are supported: Tiny Mega Other ATtiny12 ATmega48 AT86RF401 ATtiny13 ATmega8 AT89S51 ATtiny15 ATmega88 AT89S52 ATtiny22 ATmega8515 AT90PWM2 ATiny2313 ATmega8535 AT90PWM3 ATtiny24 ATmega16 AT90CAN32 ATtiny26 ATmega162 AT90CAN128 ATtiny45 ATmega165 ATtiny861
in „AVRISP mkII - 10-polig?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVRISPmkII_UG.pdf
user to upgrade AVRISP mkII The following devices are supported: Tiny Mega Other ATtiny12 ATmega48 AT86RF401 ATtiny13 ATmega8 AT89S51 ATtiny15 ATmega88 AT89S52 ATtiny22 ATmega8515 AT90PWM2 ATiny2313 ATmega8535 AT90PWM3 ATtiny24 ATmega16 AT90CAN32 ATtiny26 ATmega162 AT90CAN128 ATtiny45 ATmega165 ATtiny861
in „ISP Leiterbahnen an ATMega328 funktionieren nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRootloader.asm
; unsupported devices, no self programming or sram to small ;.include "1200def.inc" ; AT90S1200 ;.include "2313def.inc" ; AT90S2313 ;.include "2323def.inc" ; AT90S2323 ;.include "2343def.inc" ; AT90S2343 ;.include "4414def.inc" ; AT90S4414 ;.include "4433def.inc" ; AT90S4433 ;.include "4434def.inc" ; AT90S4434 ;.include "8515def.inc" ; AT90S8515 ;.include "8535def.inc" ; AT90S8535 ;.include "AT86RF401def.inc" ; AT86RF401 ;.include "ATxmega128A1def.inc" ; ATxmega128A1 ;.include "ATxmega128A3def.inc"
-
Datei
AVRootloader.asm
; unsupported devices, no self programming or sram to small ;.include "1200def.inc" ; AT90S1200 ;.include "2313def.inc" ; AT90S2313 ;.include "2323def.inc" ; AT90S2323 ;.include "2343def.inc" ; AT90S2343 ;.include "4414def.inc" ; AT90S4414 ;.include "4433def.inc" ; AT90S4433 ;.include "4434def.inc" ; AT90S4434 ;.include "8515def.inc" ; AT90S8515 ;.include "8535def.inc" ; AT90S8535 ;.include "AT86RF401def.inc" ; AT86RF401 ;.include "ATxmega128A1def.inc" ; ATxmega128A1 ;.include "ATxmega128A3def.inc"
in „Bootloader von Hagen - Port toggeln während des Flashens“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hardwarespi.c
Date: December 2003 Software: AVR-GCC 3.3 Hardware: Any AVR with built-in SPI, 74HC595 Tested with AT90S8515 at 4Mhz and ATmega8 at 1Mhz Description: Demonstrates accessing a 74HC595 shift register using the built-in SPI interface A LED connected to the 74HC595 will flash. AVR AT90S8515 74HC595 SS (5
-
Datei
io.h
iom88pa.h> #elif defined (__AVR_ATmega88PB__) # include <avr/iom88pb.h> #elif defined (__AVR_ATmega8515__) # include <avr/iom8515.h> #elif defined (__AVR_ATmega8535__) # include <avr/iom8535.h> #elif defined (__AVR_AT90S8535__) # include <avr/io8535.h> #elif defined (__AVR_AT90C8534__) # include <avr/io8534.h> #elif defined (__AVR_AT90S8515__) # include <avr/io8515.h> #elif defined (__AVR_AT90S4434__) # include <avr/io4434.h> #elif defined (__AVR_AT90S4433__) # include <avr/io4433.h> #elif defined (__AVR_AT90S4414__) # include <avr
in „direkt in ein Register des Tiny5 schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
robot.c
Fleury <pfleury@gmx.ch> http://jump.to/fleury Date: December 2003 Software: AVR-GCC 3.3 Hardware: AT90S8515 at 4 Mhz, ATmega8 with 1 Mhz Description: This example shows how to generate voltages between VCC and GND using Pulse Width Modulation (PWM). A LED with a series resistor should be connected from
in „Problem mit PWM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVR910.ASM
******************** ;* ;* Title : AVR ISP ;* Version : 1.5 ;* Last updated : 97.08.26 ;* Target : AT90S1200 ;* ;* DESCRIPTION ;* The firmware on all programmers now support a unified protocol for ;* program and data memory programming. The host computer do not need ;* to know if the programmer operates
in „AVRProg von Atmel und AT90S2313“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR042_Hardware_Design_Considerations_doc2521.pdf
Clock AT90S2313 – – – >450 >450 Yes AT09S2323 – – – >450 >450 Yes AT90S2343 1.0 – – – – Yes AT90S4433 – – – >450 >450 Yes AT90S8515 – – – >450 >450 Yes AT90S8535 – – – >450 >450 Yes ATmega161 – – – >450 >450
in „Atmega 8A PU“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
top2008.pdf
, AT89C51EC2, AT89C51IC2, AT89C51RD2, AT89C51ED2, AT89C51ID2, AT89S54, AT89S58, AT89S64, AT90S1200, AT90S2313, AT90S4414, AT90LS4414, AT90S8515, AT90LS8515, AT90S4434, AT90S8535, AT90LS8535, AT90S4434, AT90LS4434
in „[V] Top 853 Universal Programmer + 74er Tester“ · Markt ·
-
Datei
AVR910JS_2313_v3_3.asm
)=byte mode, <>0=page mode) ;i.e. 'P' can be used for page mode for easier reading. device_codes: ;AT90S1200 rev. A ;From 0x00-0x0f unused yet .db 0x10,0 ;AT90S1200 rev. B .db 0x11,0 ;AT90S1200 rev. C .db 0x12,0 ;AT90S1200 .db 0x13,0 ;From 0x14-0x1f unused yet ;AT90S2313 .db 0x20,0 ;From 0x21-0x27 unused yet ;AT90S4414 .db 0x28,0 ;From 0x29-0x2f unused yet ;AT90S4433 .db 0x30,0 ;From 0x31-0x33 unused yet ;AT90S2333 .db 0x34,0 ;From 0x35-0x37 unused yet ;AT90S8515 .db 0x38,0 ;0x39 unused yet ;ATmega8515 .db 0x3A
in „AVR - suche Datei avr910.asm von Atmel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Funzt_nicht.txt
0x2f = (unknown) Device code: 0x30 = AT90S4433 Device code: 0x31 = (unknown) Device code: 0x32 = (unknown) Device code: 0x33 = (unknown) Device code: 0x34 = AT90S2333 Device code: 0x35 = (unknown) Device code: 0x36 = (unknown) Device code: 0x37 = (unknown) Device code: 0x38 = AT90S8515 Device code: 0x39 = (unknown) Device code: 0x3a = ATmega8515 Device code: 0x3b = (unknown) Device code: 0x3c = (unknown) Device code: 0x3d = (unknown) Device code: 0x3e = (unknown) Device code
in „Probleme mit AVRDUDESS 2.13“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
avr8-gnu-toolchain-3.4.0.663-readme.pdf
the following devices: Note:- Devices which are newly supported in this release are marked with * at90s2313 at90s2323 at90s2333 at90s2343 attiny22 at90s4414 at90s4433 at90s4434 at90s8515 at90c8534 ata5272* ata5505* ata5790* ata5795* ata6285* ata6286* ata6289 attiny13 attiny13a attiny2313 attiny2313a
in „ATtiny10 ISR TIM0_COMPB_vect“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVR910JS_2313_v3_3_STK500.asm
used for page mode for easier reading. device_codes: ; [jw] Commented out all but one device code. ; ;AT90S1200 rev. A ;From 0x00-0x0f unused yet ; .db 0x10,0 ; ;AT90S1200 rev. B ; .db 0x11,0 ; ;AT90S1200 rev. C ; .db 0x12,0 ; ;AT90S1200 ; .db 0x13,0 ;From 0x14-0x1f unused yet ; ;AT90S2313 ; .db 0x20,0 ;From 0x21-0x27 unused yet ; ;AT90S4414 ; .db 0x28,0 ;From 0x29-0x2f unused yet ; ;AT90S4433 ; .db 0x30,0 ;From 0x31-0x33 unused yet ; ;AT90S2333 ; .db 0x34,0 ;From 0x35-0x37 unused yet ; ;AT90S8515 ; .db 0x38,0 ;0x39 unused yet ; ;
in „STK500 spinnt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
8515def.inc
8515def.inc" ;* Title : Register/Bit Definitions for the AT90S8515 ;* Date : 2010-02-25 ;* Version : 2.35 ;* Support E-mail : avr@atmel.com ;* Target MCU : AT90S8515 ;* ;* DESCRIPTION ;* When including this
in „STK500 und UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_test.asm
****************************************************************** .include "..\..\..\AVR\ASM\Def\8515def.inc" ;ggf. anpassen ;.device AT90S8515 ;*************************************************************************** ;*** ;*** Constant Values ;*** ;***********************************************
in „FT245 únd AVR“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
avrdude.pdf
can enter the programming specifications. Currently, the following MCU types are understood: uc3a0512 AT32UC3A0512 c128 AT90CAN128 c32 AT90CAN32 c64 AT90CAN64 pwm2 AT90PWM2 pwm2b AT90PWM2B pwm3 AT90PWM3 pwm316 AT90PWM316 pwm3b AT90PWM3B 1200 AT90S1200 (****) 2313 AT90S2313 2333 AT90S2333 2343 AT90S2343 (*) 4414 AT90S4414 4433 AT90S4433 4434 AT90S4434 8515 AT90S8515 8535 AT90S8535 usb1286 AT90USB1286 usb1287 AT90USB1287 usb162 AT90USB162 usb646 AT90USB646 usb647 AT90USB647 usb82 AT90USB82 m103 ATmega103 m128 ATmega128
in „AVRDude als Tool in AVR Studio 4 einbinden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
30 19:51:33 peter Exp $ Software: AVR-GCC 3.3 Hardware: any AVR device, memory mapped mode only for AT90S4414/8515/Mega ***************************************************************************/ /** @defgroup pfleury_lcd LCD library @code #include <lcd.h> @endcode @brief Basic routines for interfacing
in „DCF auf INT0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mw_lcd.h
30 19:51:33 peter Exp $ Software: AVR-GCC 3.3 Hardware: any AVR device, memory mapped mode only for AT90S4414/8515/Mega ***************************************************************************/ /** @defgroup pfleury_lcd LCD library @code #include <lcd.h> @endcode @brief Basic routines for interfacing
in „DCF auf INT0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
asl_unterstuetzte_prozessoren.txt
8096 80196 80196N 80296 8080 8085 8085UNDOC 8086 80186 V30 V35 80960 8X300 8X305 2650 XAG1 XAG2 XAG3 AT90S1200 AT90S2313 AT90S2323 AT90S2333 AT90S2343 AT90S4414 AT90S4433 AT90S4434 AT90S8515 AT90C8534 AT90S8535 AT90USB646 AT90USB647 AT90USB1286 AT90USB1287 AT43USB355 ATTINY4 ATTINY5 ATTINY9 ATTINY10 ATTINY11
in „gas as a68 m68k - was nimmt man ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mlib-gen-3.diff
-AM_CONDITIONAL(HAS_at90s4434, true) -AM_CONDITIONAL(HAS_at90s8515, true) -AM_CONDITIONAL(HAS_at90c8534, true) -AM_CONDITIONAL(HAS_at90s8535, true) -AM_CONDITIONAL(HAS_attiny22, true) -AM_CONDITIONAL(HAS_attiny26, true) -
in „Fork: avr-libc version 3, für xtiny“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
avr-libc-user-manual-1.8.0.pdf
_- _ avr2 PBSat90s4414 PBS__AVR_AT90- S4414__ avr2 PBSat90s4433 PBS__AVR_AT90- S4433__ avr2 PBSat90s4434 PBS__AVR_AT90- S4434__ avr2 PBSat90s8515 PBS__AVR_AT90- S8515__ avr2 PBSat90c8534 PBS__AVR_AT90- C8534__ avr2 PBSat90s8535
in „Interrupt Probleme beim Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
30 19:51:33 peter Exp $ Software: AVR-GCC 3.3 Hardware: any AVR device, memory mapped mode only for AT90S4414/8515/Mega ***************************************************************************/ /** @defgroup pfleury_lcd LCD library @code #include <lcd.h> @endcode @brief Basic routines for interfacing
in „LCD Initialisierung mit Fleury“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dude5.4arduino_avr910.txt
0x2f = (unknown) Device code: 0x30 = AT90S4433 Device code: 0x31 = (unknown) Device code: 0x32 = (unknown) Device code: 0x33 = (unknown) Device code: 0x34 = AT90S2333 Device code: 0x35 = (unknown) Device code: 0x36 = (unknown) Device code: 0x37 = (unknown) Device code: 0x38 = AT90S8515 Device code: 0x39 = (unknown) Device code: 0x3a = ATMEGA8515 Device code: 0x3b = (unknown) Device code: 0x3c = (unknown) Device code: 0x3d = (unknown) Device code: 0x3e = (unknown) Device code
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dude54arduino.txt
0x2f = (unknown) Device code: 0x30 = AT90S4433 Device code: 0x31 = (unknown) Device code: 0x32 = (unknown) Device code: 0x33 = (unknown) Device code: 0x34 = AT90S2333 Device code: 0x35 = (unknown) Device code: 0x36 = (unknown) Device code: 0x37 = (unknown) Device code: 0x38 = AT90S8515 Device code: 0x39 = (unknown) Device code: 0x3a = ATMEGA8515 Device code: 0x3b = (unknown) Device code: 0x3c = (unknown) Device code: 0x3d = (unknown) Device code: 0x3e = (unknown) Device code
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dude5.6_avr910.txt
0x2f = (unknown) Device code: 0x30 = AT90S4433 Device code: 0x31 = (unknown) Device code: 0x32 = (unknown) Device code: 0x33 = (unknown) Device code: 0x34 = AT90S2333 Device code: 0x35 = (unknown) Device code: 0x36 = (unknown) Device code: 0x37 = (unknown) Device code: 0x38 = AT90S8515 Device code: 0x39 = (unknown) Device code: 0x3a = ATMEGA8515 Device code: 0x3b = (unknown) Device code: 0x3c = (unknown) Device code: 0x3d = (unknown) Device code: 0x3e = (unknown) Device code
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
device.c
(6) - JMP(2) - TINY(10) { "AT90S2313", 1024, 0x60, 128, 128, DF_NO_MUL|DF_NO_JMP|DF_NO_LPM_X|DF_NO_ELPM|DF_NO_SPM|DF_NO_ESPM|DF_NO_MOVW|DF_NO_BREAK|DF_NO_EICALL|DF_NO_EIJMP}, { "AT90S2323", 1024, 0x60, 128, 128, DF_NO_MUL|DF_NO_JMP
in „AVR-ChipBasic2 - BASIC-Computer mit ATMega 644“ · Projekte & Code ·
-
Datei
device.c
(6) - JMP(2) - TINY(10) { "AT90S2313", 1024, 0x60, 128, 128, DF_NO_MUL|DF_NO_JMP|DF_NO_LPM_X|DF_NO_ELPM|DF_NO_SPM|DF_NO_ESPM|DF_NO_MOVW|DF_NO_BREAK|DF_NO_EICALL|DF_NO_EIJMP}, { "AT90S2323", 1024, 0x60, 128, 128, DF_NO_MUL|DF_NO_JMP
-
Datei
8515def.inc
* A P P L I C A T I O N N O T E F O R T H E A V R F A M I L Y ;* ;* Number :AVR000 ;* File Name :"8515def.inc" ;* Title :Register/Bit Definitions for the AT90S8515 ;* Date :99.01.28 ;* Version :1.30 ;* Support E-mail :avr@atmel.com ;* Target MCU :AT90S8515 ;* ;* DESCRIPTION ;* When including this file
in „Fehlermeldung ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
12 21:05:59 peter Exp $ Software: AVR-GCC 3.3 Hardware: any AVR device, memory mapped mode only for AT90S4414/8515/Mega ***************************************************************************/ /** @defgroup pfleury_lcd LCD library @code #include <lcd.h> @endcode @brief Basic routines for interfacing
in „LCD von Peter Fleury“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
AVR-GCC 4.x Hardware: any AVR device, memory mapped mode only for AVR with memory mapped interface (AT90S8515/ATmega8515/ATmega128) ***************************************************************************/ /** @mainpage Collection of libraries for AVR-GCC @author Peter Fleury pfleury@gmx.ch http://
in „Probleme mit LCD-Display und SPI Übertragung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
AVR-GCC 4.x Hardware: any AVR device, memory mapped mode only for AVR with memory mapped interface (AT90S8515/ATmega8515/ATmega128) ***************************************************************************/ /** @mainpage Collection of libraries for AVR-GCC @author Peter Fleury pfleury@gmx.ch http://
in „LCD-Display Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
AVR-GCC 4.x Hardware: any AVR device, memory mapped mode only for AVR with memory mapped interface (AT90S8515/ATmega8515/ATmega128) ***************************************************************************/ /** @mainpage Collection of libraries for AVR-GCC @author Peter Fleury pfleury@gmx.ch http://
in „Initialisierung 204b LCD mit ST7066U“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
device2007.txt
, AT89C51EC2, AT89C51IC2, AT89C51RD2, AT89C51ED2, AT89C51ID2, AT89S54, AT89S58, AT89S64, AT90S1200, AT90S2313, AT90S4414, AT90LS4414, AT90S8515, AT90LS8515, AT90S4434, AT90S8535, AT90LS8535, AT90S4434, AT90LS4434, AT90S2333, AT90S4433, ATTINY11, ATTINY12, ATTINY15L, ATTINY26, ATTINY26L, ATTINY28L, ATTINY28V, ATTINY2313, ATTINY2313V, ATMEGA8, ATMEGA8L, ATMEGA16, ATMEGA16L, ATMEGA32, ATMEGA32L, ATMEGA8515, ATMEGA8515L
in „24C04 beschreiben und auslesen“ · Mikrocontroller und Digitale Elektronik ·