-
PDF
LCD8DIGIT.pdf
r24r25r26r27 ;*************************************************************************** Div6432: clr drem32u0 ; clear 4 lower remainde byte clr drem32u1 ; clr drem32u2 ; clr drem32u3 ; clc ; ldi dcnt32u,64 ; init loop counter d32u_loop: lsl dd32u0 ; shift left dividend rol dd32u1 ; rol dd32u2 ; rol dd32u3
in „32Bit Division mit inline Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ReciprCnt.pdf
r24r25r26r27 ;*************************************************************************** Div6432: clr drem32u0 ; clear 4 lower remainde byte clr drem32u1 ; clr drem32u2 ; clr drem32u3 ; clc ; ldi dcnt32u,64 ; init loop counter d32u_loop: lsl dd32u0 ; shift left dividend rol dd32u1 ; rol dd32u2 ; rol dd32u3
-
PDF
CentiPad_Flyer_0601.pdf
210mA(max. 500mA) max. 1MBit/s CPU: AT91RM9200,ARM9 @ 180MHz Ethernet: - 10/100MBit/s HD/FD PHY SDRAM: 32/64MByte SDRAM - automatische CrossOver Erkennung DataFlash: 2/4MByte serielles DataFlash, Serial Interface: - TTYD: debug port, RS232 RX/TX, bootfähig bootfähig MiniSD: MiniSDCard-Sockel on Board, -
-
Bild
Bestückte Leiterplatte mit Atmel Mikrocontroller und USB-Anschluss
Adapterplatine für Snap-Programmer (PG164100) Mini für Atmel AVR PIC=1.2 T2.3 STATUS ACTIVE GND LV. GND U.V. Jasinski v1.0 R60 R61 R59 R74 R66 CC R68 D18 R19 R23 R43 R42 R65 R64 R67 U3 R28 R27 C26 C25 333 C8 F81 R50 R39 R48 R49 R47 R38 R37 R36 R35 R34 R33 R32 R31
in „Entwurf USB-UART-Converter, KiCad, bitte um Review“ · Platinen · · Platinenfotos
-
PDF
TestArmTurtorialDeu.pdf
. Der Befehlssatz „A64“ gilt für die neuen 64-Bit-ARM-Prozessoren Der Befehlssatz „T32“ für 32-Bit-ARM-Architekturen, auch als „Thumb“ bezeichnet, begünstigt den Verbrauch des Programmspeichers gegenüber der Geschwindigkeit
in „ARM-Assembler-Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Transistortester097k.pdf
8-bit AVR with 4/8/16/32KBytes In-System Programmable Flash - ATme- ga48 - ATmega328,. Manual, 8271D-AVR-05/11, 2011 [4] Atmel Corporation Atmel AVR126: ADC of megaAVR in Single Ended Mode,. Application Note, 8444A-AVR-10/11, 2011 [5] Atmel Corporation Atmel AVR121: Enhancing ADC resolution by oversampling,. Application Note, 8003A-AVR-09/05, 2005 [6] http://en.wikibooks.org/wiki/LaTeX LaTeX documentation,. Guide
-
Datei
RFM_12_send_868MHz_FSK.bas
############################################################# ' # RF12-Test Bascom ' # Pollin Funk-AVR Board - RFM12 auf dem Board ' # Sendedaten am FSK-Pin ' # Timer0 für FSK-Bitsync ' ######################################################################## $regfile = "m8def.dat" $hwstack = 32 $swstack
-
Datei
test.ino.asm
C:\Users\Arvid\AppData\Local\Temp\arduino_build_930562/test.ino.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .data 00000050 00800100 000005c2 00000656 2**0 CONTENTS, ALLOC, LOAD, DATA 1 .text 000005c2 00000000 00000000 00000094 2**1 CONTENTS, ALLOC, LOAD,
in „Atmega328 1-Wire mit Timer CTC/PWM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.h
****************** */ /* MCU clock */ #define CPU_FREQ F_CPU /* * ATmega 328/328P */ #if defined(__AVR_ATmega328__) #include "config_328.h" /* * ATmega 324P/324PA/644/644P/644PA/1284/1284P */ #elif defined(__AVR_ATmega324P__) || defined(__AVR_ATmega644__) || defined(__AVR_ATmega1284__) #include "config
in „ComponentTester-1.42m problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HAP-CU-TechDok-20080319.pdf
EEPROM 161/169 LAddr HAddr Number 29 EEPROMAck DataA DataB DataC DataD 56 ControlProt 0 StartProt 16/32 0 0 1 EndProt 0 0 0 16 StartPage 160/168 LSideAddr HSideAddr 60 RawData DataA DataB DataC DataD 64 ConfigIO Pin Type Device 0 Pin + 32 StatusMod 0 0 68 ConfigIRAddr IR Modul Device 0 72 ConfigIRHotKeys
-
Datei
lcdcon.asm
640x480 LCD, wie es in vielen alten * ;* Notebooks verbaut ist. * ;* Außer einem mega8515, einem 74HC32, dem 74x573 Adresslatch im Datenbus, * ;* und einem 64kB SRAM (mit 55ns oder schneller) werden keine weiteren * ;* Bauteile benötig. Neue Daten werden über RS232 mit 115200Baud in den * ;* Speicher geladen
in „LCD Controller für 640x480 LCD mit mega8515“ · Projekte & Code ·
-
Datei
ds1307.c
*********************************** // Einbinden von bestehenden Modulen #include <kiss.h> //ATMega32 Register #include <I2C.h> //I2C Headerfile vom LKiss #include <rs232.h> //RS232 Definitionen #include <avr/iom32.h> //ATmega32 IO Definition #include <avr/interrupt.h> //Interrupt Register //--------
in „DS1307 verhält sich komisch“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr_test3.c
#include <stdint.h> #include <avr/io.h> #include <util/delay.h> #define LCD_SCL_H PORTB |= (1<<PB0) #define LCD_SCL_L PORTB &= ~(1<<PB0) #define LCD_SDA_H PORTB |= (1<<PB1) #define LCD_SDA_L PORTB &= ~(1<<PB1) #define LCD_DORC_H PORTB
in „Problem mit Nokia 3310 Display an ATtiny2313“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSRA #define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART #define UART0_RECEIVE_INTERRUPT USART_RXC_vect #
in „ATmega UART spinnt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSRA #define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART #define UART0_RECEIVE_INTERRUPT USART_RXC_vect #
in „UART mit Atmega8 (Peter Fleury Library)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSRA #define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART #define UART0_RECEIVE_INTERRUPT USART_RXC_vect #
in „UART Bibliothek funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSRA #define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART #define UART0_RECEIVE_INTERRUPT USART_RXC_vect #
in „AVR Bootloader in C - Artikel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dcfm8.c
/* ATMega8 */ /* DCF-Dekoder und Temperaturfühler für 2 DS1621 mit Ausgabe auf Display*/ #include <avr/signal.h> #include "delay.h" #include <stdio.h> #include <avr/io.h> #include "lcd-routines.h" #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <stdlib.h> #include <string.h> //#include
in „Funk-uhr über AVR Programmieren mit DCF01“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LabVIEWInterfaceh.txt
*******************************/ #define FIRMWARE_MAJOR 02 #define FIRMWARE_MINOR 00 #if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) #define DEFAULTBAUDRATE 9600 // Defines The Default Serial Baud Rate (This must match the baud rate specifid in LabVIEW) #else #define DEFAULTBAUDRATE 115200
in „Arduino 2560 PWM Frequenz ändern auf 100Hz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Test_PWM.c
/* * PWM.c * * Created: 02.06.2015 20:39:46 * Author: Laptop */ #include <avr/io.h> #include <avr/pgmspace.h> #define F_CPU 8000000UL #include <util/delay.h> #define INVERT_PWM (0 << COM1A0) #define TASTERPORT PINC #define TASTERBIT PINC5 const uint16_t pwmtable_16[256] PROGMEM
in „HW PWM zum LED dimmen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
h_encoder_falk.ino
: ATmega16 */ /************************************************************************/ #include <avr/io.h> #include <avr/interrupt.h> //#define XTAL 8e6 // 8MHz #define F_TIMER1 100 // Timer 1 frequency /Hz #define H_ENCODER_PIN PINC #define H_ENCODER_PORT PORTC #define H_ENCODER_DDR DDRC #define H_ENCODER_A
in „Peter Dannegger´s ( PeDa ) Entprellroutine in ein Arduino Sketch einbinden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dogm-graphic.h
#ifndef DOGMGRAPHIC_H_INCLUDED #define DOGMGRAPHIC_H_INCLUDED #include <avr/io.h> #include <inttypes.h> #include <string.h> #include <util/delay.h> #include <avr/pgmspace.h> #include "font.h" /***************************************************************************** * BEGIN
in „LCD Init an Atmega128 hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
www.leo-andres.de // ///////////////////////////////////////////////////////////////////////////////// #include <avr/io.h> #include <avr/interrupt.h> #include <avr/fuse.h> #include <util/delay.h> ///////////////////////////////////////////////////////////////////////////////// //Einstellungen & Makros FUSES = { .low
in „Pick & Place-Stift mit Unterdruckpumpe & Fußschalter“ · Platinen ·
-
Datei
i2c.c
#include "i2c.h" #include "usart.h" #include <stdint.h> #include <stdio.h> #include <avr\io.h> //---------------------------------------------------------------------------------- //*** PRIVATE VARIABLEN ************************************************************ //--------------------
in „AVR I2C Master Receiver kein ACK“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Tutorial_Teil_8_Prg_Multitasking.pdf
ein quasi paralleles Ausführen von mehreren Prozessen auf einem Prozessor ) Notwendige Programme: AVR Studio 6 ( in der aktuellen Version ) Nibo Library ( in der aktuellen Version ) Bitte diese Programme nach Anweisung des Herstellers oder des Tutorials von Nicai installieren. Ich arbeite mit Windows
in „Tutorial Programmierung Nibo2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mit_kontrollausgabe.asm
c:\temp\arduino_build_705076/sketch_jul13a.ino.elf: file format elf32-avr Disassembly of section .text: 00000000 <__vectors>: 0: 0c 94 35 00 jmp 0x6a ; 0x6a <__ctors_end> 4: 0c 94 5d 00 jmp 0xba ; 0xba <__bad_interrupt> 8: 0c 94 5d 00 jmp 0xba ; 0xba <__bad_interrupt>
in „AVR Inline Optimierung kaputt?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
*****************************************/ #ifndef F_CPU #define F_CPU 16000000UL #endif #include <avr/interrupt.h> #include <avr/sleep.h> #include <util/delay.h> #include <avr/pgmspace.h> #include <string.h> #include <avr/io.h> #include <inttypes.h> //#include <avr/io.h> //#include <inttypes.h> #include
in „avr register ausläsen und umwandeln zu ascii, wie?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
display_lib.c
#include <avr/io.h> #include <util/delay.h> #include "display_lib.h" #include <math.h> // CHAR | ASCII-DEC const int FONT[95][5] ={ 0x00, 0x00, 0x00, 0x00, 0x00, // SPACE 32 0x00, 0x00, 0x5F, 0x00, 0x00, // ! 33
-
Datei
lcd_gfx.c
" 0x00, 0x14, 0x7f, 0x14, 0x7f, 0x14, // # 0x00, 0x24, 0x2a, 0x7f, 0x2a, 0x12, // $ 0x00, 0x62, 0x64, 0x08, 0x13, 0x23, // % 0x00, 0x36, 0x49, 0x55, 0x22, 0x50, // & 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, // ' 0x00, 0x00, 0x1c, 0x22, 0x41, 0x00, // ( 0x00, 0x00, 0x41, 0x22, 0x1c, 0x00, // ) 0x00, 0x14,
in „RS485 von ms - immer noch Einschaltprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Schnellblink.ino.asm
c:\temp\arduino_build_111654/Schnellblink.ino.elf: file format elf32-avr Disassembly of section .text: 00000000 <__vectors>: 0: 0c 94 34 00 jmp 0x68 ; 0x68 <__ctors_end> 4: 0c 94 3e 00 jmp 0x7c ; 0x7c <__bad_interrupt> 8: 0c 94 3e 00 jmp 0x7c ; 0x7c <__bad_interrupt>
in „C++ Klassenbibliothek für AVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RTC.C
unsigned char num1 ) { static char copy1[MAX_STRING]; char bak1[MAX_STRING]; strcpy(bak1, str1); if( num1<32 && num1<=strlen(bak1) ) { strncpy(copy1, bak1, num1 ); *(copy1+num1)=0; } // if( num1<32 && num1<=strlen(bak1) ) return copy1; } // char *lefts( char *str1, unsigned char num1 ) char *rights( char *str2
in „DS3231 RTCmit PC synchronisieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
" #ifdef ESP8266 #define DISABLE_EINT noInterrupts() #define ENABLE_EINT interrupts() #else // für AVR z.B. ProMini oder Nano #define DISABLE_EINT EIMSK = 0x00 #define ENABLE_EINT EIMSK = 0x01 #endif #define RF_MAX_ADDR_WIDTH (5) #define MAX_RF_PAYLOAD_SIZE (32) #ifdef ESP8266 #define PACKET_BUFFER_SIZE
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
" #ifdef ESP8266 #define DISABLE_EINT noInterrupts() #define ENABLE_EINT interrupts() #else // für AVR z.B. ProMini oder Nano #define DISABLE_EINT EIMSK = 0x00 #define ENABLE_EINT EIMSK = 0x01 #endif #define RF_MAX_ADDR_WIDTH (5) #define MAX_RF_PAYLOAD_SIZE (32) #ifdef ESP8266 #define PACKET_BUFFER_SIZE
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
" #ifdef ESP8266 #define DISABLE_EINT noInterrupts() #define ENABLE_EINT interrupts() #else // für AVR z.B. ProMini oder Nano #define DISABLE_EINT EIMSK = 0x00 #define ENABLE_EINT EIMSK = 0x01 #endif #define RF_MAX_ADDR_WIDTH (5) #define MAX_RF_PAYLOAD_SIZE (32) #ifdef ESP8266 #define PACKET_BUFFER_SIZE
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
" #ifdef ESP8266 #define DISABLE_EINT noInterrupts() #define ENABLE_EINT interrupts() #else // für AVR z.B. ProMini oder Nano #define DISABLE_EINT EIMSK = 0x00 #define ENABLE_EINT EIMSK = 0x01 #endif #define RF_MAX_ADDR_WIDTH (5) #define MAX_RF_PAYLOAD_SIZE (32) #ifdef ESP8266 #define PACKET_BUFFER_SIZE
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
" #ifdef ESP8266 #define DISABLE_EINT noInterrupts() #define ENABLE_EINT interrupts() #else // für AVR z.B. ProMini oder Nano #define DISABLE_EINT EIMSK = 0x00 #define ENABLE_EINT EIMSK = 0x01 #endif #define RF_MAX_ADDR_WIDTH (5) #define MAX_RF_PAYLOAD_SIZE (32) #ifdef ESP8266 #define PACKET_BUFFER_SIZE
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Rollladensteuerung.pdf
19 bzw. 18 Sekunden gefahren. Rollladen-Steuerung Beschreibung Copyright (c) BBC-Hörer 2016-2018 - 32 - 11 Quellcode und dessen Copyright Die Programmierung erfolgt in der Programmiersparache “C“ unter Nutzung der AVR-GCC Toolchain V4.7.2 und der Eclipse “Oxygen.2“ IDE. Der größte Anteil des Quellcode
-
PDF
Rollladensteuerung.pdf
ROLLLADEN-SIMULATOR 29 11 QUELLCODE UND DESSEN COPYRIGHT 30 12 AKTUELLER STAND DER ARBEITEN 31 13 QUELLENANGABEN 32 Rollladen-Steuerung Beschreibung Copyright (c) BBC-Hörer 2017 - 3 - 1 Prämissen und Features Zeitgesteuerte zentrale Steuerung mit geringer Leistungsaufnahme auf AVR-Basis wahl- weise mit ATMega16
-
PDF
Rollladensteuerung.pdf
.29 10 ROLLLADEN-SIMULATOR 30 11 QUELLCODE UND DESSEN COPYRIGHT 31 12 AKTUELLER STAND DER ARBEITEN 32 13 QUELLENANGABEN 33 Rollladen-Steuerung Beschreibung Copyright (c) BBC-Hörer 2016-2018 - 3 - 1 Prämissen und Features Zeitgesteuerte zentrale Steuerung mit geringer Leistungsaufnahme auf AVR-Basis
-
Datei
tn13_adc.c
#include <avr/io.h> #include <stdint.h> #include <util/delay.h> // 200000 and 50000 for 10-bit operation, // F_ADCH can be higher with lower resolutions #define F_ADCH 200000 #define F_ADCL 50000 #if F_CPU > 64 * F_ADCH # define PRESCALERBITS ((1<<ADPS2)|(1<<ADPS1)|(1<<ADPS0)) #elif F_CPU > 32 * F_ADCH # define PRESCALERBITS ((1<<ADPS2)|(1<<ADPS1)) #elif F_CPU > 16 * F_ADCH # define PRESCALERBITS ((1<<ADPS2)|(1<<ADPS0)) #elif F_CPU > 8 * F_ADCH # define PRESCALERBITS ((1<<ADPS2)) #elif F_CPU
in „AVR-Atmel Tiny13- ADC Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RFM70_HH.c
interrupt flag SPI_send_get(WRITE_REG|STATUS, &status, RX_ptr,1); // update status reg } main #include <avr/io.h> #include <stdint.h> #include <stdio.h> #include <string.h> #define F_CPU 16000000UL #define LEDPORT PORTF #define LED_READY_bm 16 // Port F Pin 4 #define LED_1_bm 32 // Port F Pin 5 #define LED
in „RFM70 arbeitet nicht zuverlässig“ · HF, Funk und Felder ·
-
PDF
AVR315_Using_the_TWI_module_as_I2C_master.pdf
14.4 64 0 100 12 7 0 400 12 52 0 100 8 2 0 400 8 32 0 100 4 12 0 100 3.6 10 0 100 2 2 0 100 2 12 0 50 1 2 0 50 SCL and SDA Pins Both TWI lines (SDA and SCL) are bi-directional, therefore outputs connected to
in „ATTiny2313 I2C - Master (Peter Fleury) / Slave (jtronics)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
" #ifdef ESP8266 #define DISABLE_EINT noInterrupts() #define ENABLE_EINT interrupts() #else // für AVR z.B. ProMini oder Nano #define DISABLE_EINT EIMSK = 0x00 #define ENABLE_EINT EIMSK = 0x01 #endif #define RF_MAX_ADDR_WIDTH (5) #define MAX_RF_PAYLOAD_SIZE (32) #ifdef ESP8266 #define PACKET_BUFFER_SIZE
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Transistortester094k.pdf
Ergänzung zur Bedienung desAVR-Transistortester K.-H. Kübbeler Gilt nur für Testversion 0.94k Einleitung: Basierend auf der Software von Markus Frejek habe ich angefangen die Software zu modifizieren. Der Grund war zu Beginn eigentlich
-
Datei
usb_rawhid.c
necessary means reserved // bandwidth is no longer available to other USB devices. #define RAWHID_TX_SIZE 64 // transmit packet size #define RAWHID_TX_INTERVAL 2 // max # of ms between transmit packets #define RAWHID_RX_SIZE 64 // receive packet size #define RAWHID_RX_INTERVAL 8 // max # of ms between receive
in „USB Stack für AT90USB162“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
servosteuerung.pdf
#define F_CPU 8000000UL //Frequenz des Mikrocontroller festlegen (8MHz) #include <avr/io.h> #include <util/delay.h> //delay Funktion einbinden #include <avr/interrupt.h> //interrupt Funktion einbinden #define Anzahl_Servo 2 //Anzahl der Servomotoren definieren #define Mitte 188 //Zählerstand
in „Servomotoren richten sich nicht aus und das Problem finde ich einfach nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
internerADC.pdf
...284P\Aquacooler-V0.4\Aquacooler-V0.4-V0.1\internerADC.c 1 #include <avr/io.h> #include "internerADC.h" #include "globalextern.h" void ADC_Init(void) { ADMUX = (1<<REFS0); // die Versorgungsspannung AVcc als Referenz wählen // ADMUX = (1<<REFS1) | (1<<REFS0); // oder interne
in „Programm läuft nur mit JTAG Fuse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
thermo.asm
;CodeVisionAVR C Compiler V1.23.6b Evaluation ;(C) Copyright 1998-2002 HP InfoTech s.r.l. ;http://www.hpinfotech.ro ;e-mail:office@hpinfotech.ro , hpinfotech@xnet.ro ;Chip type : AT90S2313 ;Clock frequency : 4,000000
in „Thermometer mit Ds18B20“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
8080int-jmp.asm
... .equ ZFL_S = 7 .equ ZFL_Z = 6 .equ ZFL_H = 4 .equ ZFL_P = 2 .equ ZFL_N = 1 .equ ZFL_C = 0 .equ AVR_T = SREG_T .equ AVR_H = SREG_H .equ AVR_S = SREG_S .equ AVR_V = SREG_V .equ AVR_N = SREG_N .equ AVR_Z = SREG_Z .equ AVR_C = SREG_C ; TODO: check Z80 flag settings ;----------------------------------
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
atmega32u2.patch
21:47:45.259999715 +0100 @@ -4333,6 +4333,72 @@ }, { 0 }, // Xmega device descr. }, + // DEV_ATMEGA32U2 + // Get these data from the AVRStudio-Installation + // Atmel/AVR Tools/Partdescriptionfiles + { + "atmega32u2", + 0x958A, + 128, 256, // 32768 bytes flash + 4, 256, // 1024 bytes EEPROM + 29 * 4,
in „avarice und atmega32u2“ · Mikrocontroller und Digitale Elektronik ·