-
Datei
gcc9.2_binutils2.34_Konsolenausgabe.txt
/avr25/attiny44a avr/lib/avr25/attiny441 avr/lib/avr25/attiny45 avr/lib/avr25/attiny461 avr/lib/avr25/attiny461a avr/lib/avr25/attiny48 avr/lib/avr25/attiny828 avr/lib/avr25/attiny84 avr/lib/avr25/attiny84a avr/
in „Toochain bauen avr-gcc-x.x mit binutils-2.34 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gcc10.0.1_binutils2.34_Konsolenausgabe_b.txt
/avr25/attiny44a avr/lib/avr25/attiny441 avr/lib/avr25/attiny45 avr/lib/avr25/attiny461 avr/lib/avr25/attiny461a avr/lib/avr25/attiny48 avr/lib/avr25/attiny828 avr/lib/avr25/attiny84 avr/lib/avr25/attiny84a avr/
in „Toochain bauen avr-gcc-x.x mit binutils-2.34 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Attiny2313_Remote_ServoD.asm
DEVICE ATtiny2313 .INCLUDE "tn2313adef.inc" .CSEG .ORG $0000 rjmp Main ; Reset reti ; INT0 Interrupt rjmp Interr1; reti ; INT1 Interrupt reti ; TC1Capt Interrupt reti ; Timer 1 Compare A match reti ; TC1 Overflow
in „Funkverbindung zwischen 2 AVR´s in Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR120.pdf
must stay between GND and AV . CC Note that some devices cannot measure negative differences, e.g. ATtiny26. The need for calibration The total error of the actual ADC comes from more than just quantization error. This document describes offset and gain errors and how to compensate for them. It also describes
in „ATtiny15 ADC differential“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
UI-Messung_Textpad_erweitert.asm
------------------------------------- ; ;Takt = Interner 1MHz Oszillator .include "tn26def.inc" ;ATtiny26 .def math4bl =r2 ; 4 Byte Kopie für Rechenoperationen .def math4bml =r3 .def math4bmh =r4 .def math4bh =r5 .def copy_l =r6 ; Kopie des Multiplikators L-Byte .def copy_h =r7 ; Kopie des Multiplikators
in „Ungenauigkeit beim ATtiny26 ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
netzuhr_.asm
; reassembly of "NETZUHR_20090731_FLASH.HEX" ;--------------------------------------- ; ATtiny2313 memory use summary [bytes]: ; Segment Begin End Code Data Used Size Use% ; [.cseg] 0x000000 0x0007fc 2044 0 2044 2048 99.8% ; [.dseg] 0x000060 0x00007a 0 26 26 128 20.3% ; [.eseg] 0x000000 0x000000
in „Reparaturtips für VFD von alter Elektronika-Leuchte“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
doc2559.pdf
maximum value (512 using 10-bit ADC). Note that some devices cannot measure negative differences, e.g. ATtiny26. 2.3 The need for calibration The total error of the actual ADC comes from more than just quantization error. This document describes offset and gain errors and how to compensate for them. It also
in „ADC-Wert nicht linear beim Einlesen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR-ASM_Tutorial.pdf
temp1 = r16 ; allgemeines temp Register, zur krufristigen Verwendung .def temp2 = r17 ; Register für 24 Bit Addition, Lowest Byte .def temp3 = r18 ; Register für 24 Bit Addition, Middle Byte .def temp4 = r19 ; Register für 24 Bit Addition, Highest Byte .def adlow = r20 ; Ergebnis vom ADC / Mittelwert der
in „AVR-Tutorial als PDF“ · Offtopic ·
-
Datei
gcc10_binutils2.33.1_flex_Konsolenausgabe.txt
/avr25/attiny44a avr/lib/avr25/attiny441 avr/lib/avr25/attiny45 avr/lib/avr25/attiny461 avr/lib/avr25/attiny461a avr/lib/avr25/attiny48 avr/lib/avr25/attiny828 avr/lib/avr25/attiny84 avr/lib/avr25/attiny84a avr/
in „Toochain bauen avr-gcc-x.x mit binutils-2.34 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
install_config_WinAVR.pdf
colour: In this case the latest version is dated20030424, which means Year 2003, 4 month (April), 24 day.h You will want the WinAVR-xxxxxxxx-bin-install.exe, where xxxxxxxx is the date code for that file. The WinAVR-xxxxxxxxsrc-install.exe includes the source code, which you probably won't need. After
in „Debugging einer Test-Schaltung mit Atmega 8515“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
install_config_WinAVR.pdf
colour: In this case the latest version is dated20030424, which means Year 2003, 4 month (April), 24 day.h You will want the WinAVR-xxxxxxxx-bin-install.exe, where xxxxxxxx is the date code for that file. The WinAVR-xxxxxxxxsrc-install.exe includes the source code, which you probably won't need. After
in „Wie avr-gcc starten?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.asm
; File: updi-test-tn1614\main.asm ; Device: ATtiny1614 ; Created: 09.06.2024 21:52:27 ; Version: 2024-06-23 ; Author: Johannes Fechner #define fkHz 20000 .nolist .include <tn1614def.inc> .include "macros.asm" .list ; == Hardware definitions == ; ==
in „AVR64DD28, mEDBG, Studio 7.0 - Fehler beim Schreiben von Fuses“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR-Tutorial.pdf
Prozessors aus. So wird z.B. bei den meisten 8051-Controllern die Frequenz intern durch 12 geteilt, ein mit 24 MHz getakteter 8051 arbeitet also eigentlich nur mit 2 MHz. Benötigt dieser dann für einen Befehl durchschnittlich 2 Taktzyklen, so bleiben "nur" noch 1 Mio. Befehle pro Sekunde übrig - ein AVR, der
in „AVR-Tutorial als PDF bzw *.doc“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Assembler_Manual.pdf
Result) equals Rdh:Rdl after the operation (Rdh7-Rdh0 = R15-R8, Rdl7-Rdl0=R7-R0). Example: adiw r25:24,1 ; Add 1 to r25:r24 adiw ZH:ZL,63 ; Add 63 to the Z-pointer(r31:r30) Words: 1 (2 bytes) Cycles: 2 Instruction Set Manual 17 0856J-AVR-07/2014 8. AND – Logical AND 8.1 Description Performs the logical
in „Zero Flag und Conditional Branches“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iotn814.h
iotn814.h" #else # error "Attempt to include more than one <avr/ioXXX.h> file." #endif #ifndef _AVR_ATTINY814_H_INCLUDED #define _AVR_ATTINY814_H_INCLUDED /* Ungrouped common registers */ #define CCP _SFR_MEM8(0x0034) /* Configuration Change Protection */ #define SPH _SFR_MEM8(0x003E) /* Stack Pointer High
in „Attiny417/814/816/817 und avr-gcc, avr-libc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iotn3217.h
iotn3217.h" #else # error "Attempt to include more than one <avr/ioXXX.h> file." #endif #ifndef _AVR_ATTINY3217_H_INCLUDED #define _AVR_ATTINY3217_H_INCLUDED /* Ungrouped common registers */ #define CCP _SFR_MEM8(0x0034) /* Configuration Change Protection */ #define SPH _SFR_MEM8(0x003E) /* Stack Pointer
in „Neue 8-Bit Tinys vorgestellt: 417/814/816/817“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DOC1619.PDF
optimum Reset behavior. The diode must also be omitted if In-System Programming of devices like ATtiny11, which can only be programmed using 12V, is required. Then one of the ESD protection methods described earlier may be used instead. Figure 10. Recommended Reset Pin Connection Vcc R Microcontroller
in „Spannungsstabilisierung/Entstörung“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
DOC1619_EMC_Design_Considerations.PDF
optimum Reset behavior. The diode must also be omitted if In-System Programming of devices like ATtiny11, which can only be programmed using 12V, is required. Then one of the ESD protection methods described earlier may be used instead. Figure 10. Recommended Reset Pin Connection Vcc R Microcontroller
in „[Atmega8] Überempfindliche störanfälle Schaltung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DOC1619.PDF
optimum Reset behavior. The diode must also be omitted if In-System Programming of devices like ATtiny11, which can only be programmed using 12V, is required. Then one of the ESD protection methods described earlier may be used instead. Figure 10. Recommended Reset Pin Connection Vcc R Microcontroller
in „Attiny im Dauerbetrieb“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DOC1619.PDF
optimum Reset behavior. The diode must also be omitted if In-System Programming of devices like ATtiny11, which can only be programmed using 12V, is required. Then one of the ESD protection methods described earlier may be used instead. Figure 10. Recommended Reset Pin Connection Vcc R Microcontroller
in „ATtiny 13 und 45 habens Programm vergessen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tn816def.inc
Y ;* ;* Number : AVR000 ;* File Name : tn816def.inc ;* Title : Register/Bit Definitions for the ATtiny816 ;* Created : 2022-03-02 14:26 ;* Version : 1.00 ;* Support : https://microchipsupport.force.com/ ;* Target MCU : ATtiny816 ;* ;* DESCRIPTION ;* When including this file in the assembly program file
in „ATtiny816 wo finde ich def.inc“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
atmel-42330-atmel-ice_userguide.pdf
Debugging..................................................................................................24 4.1. Introduction.................................................................................................................................24 4.2. SAM Devices with JTAG/SWD...................................................................................................24 4.2.1. ARM CoreSight Components...................................................................................... 24 4.2.2. JTAG Physical Interface................................................
in „AVRISP mkII Connect Failed“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Atmel-ICE_UserGuide.pdf
Debugging..................................................................................................24 4.1. Introduction.................................................................................................................................24 4.2. SAM Devices with JTAG/SWD...................................................................................................24 4.2.1. ARM CoreSight Components...................................................................................... 24 4.2.2. JTAG Physical Interface................................................
in „Atmel ICE Programmer und UPDI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR040_EMC_Design_Considerations.pdf
optimum Reset behavior. The diode must also be omitted if In-System Programming of devices like ATtiny11, which can only be programmed using 12V, is required. Then one of the ESD protection methods described earlier may be used instead. Figure 10. Recommended Reset Pin Connection Vcc R Microcontroller
in „Anfängerfrage: Wofür Kondensatoren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EMC_Design_Consideration_AVR_doc1619.pdf
optimum Reset behavior. The diode must also be omitted if In-System Programming of devices like ATtiny11, which can only be programmed using 12V, is required. Then one of the ESD protection methods described earlier may be used instead. Figure 10. Recommended Reset Pin Connection Vcc R Microcontroller
in „Servo Ansteuerung mit ATMega128“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
protocols * * Copyright (c) 2009-2011 Frank Meyer - frank(at)fli4l.de * * $Id: irmp.c,v 1.116 2012/02/24 11:40:41 fm Exp $ * * ATMEGA88 @ 8 MHz * * Supported mikrocontrollers: * * ATtiny45, ATtiny85 * ATtiny84 * ATmega8, ATmega16, ATmega32 * ATmega162 * ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284
in „ATmega resettet dauernd“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Teileliste-04-18-2233.html
class="ce7"><p>PDIP-8</p></td><td style="text-align:left;width:3.731cm; " class="ce7"><p>ATTINY 12L DIP</p></td><td style="text-align:left;width:2.776cm; " class="ce7"> </td><td style="text-align:left;width:3.157cm; " class="ce7"> </td><td style="text-align:right; width:1.879cm; " class="ce7"
in „Bauelemente abzugeben“ · Markt ·
-
Datei
augabe.txt
und Einstellungen\\Daniel\\Eigene Dateien\\Arduino\\libraries\\U8glib\\src\\clib\\u8g_com_arduino_attiny85_hw_spi.c" -o "C:\\DOKUME~1\\Daniel\\LOKALE~1\\Temp\\arduino_build_180034\\libraries\\U8glib\\clib\\u8g_com_arduino_attiny85_hw_spi.c.o" "C:\\Programme\\Arduino\\hardware\\tools\\avr/bin/avr-gcc"
in „Marlin auf anet e12“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
irmp.c,v 1.110 2011/09/22 10:19:44 fm Exp $ * * ATMEGA88 @ 8 MHz * * Supported mikrocontrollers: * * ATtiny45, ATtiny85 * ATtiny84 * ATmega8, ATmega16, ATmega32 * ATmega162 * ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284 * ATmega88, ATmega88P, ATmega168, ATmega168P, ATmega328P * * Typical manufacturers
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·