-
PDF
AT90CAN128.pdf
Bytes 1K Byte 2K Bytes AT90CAN64 64K Bytes 2K Bytes 4K Bytes AT90CAN128 128K Bytes 4K Byte 4K Bytes 1.2 Part Description The AT90CAN32/64/128 is a low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture. By executing powerful instructions in a single
in „uC + 3 Schieberegister + 7-Segmentanzeige“ · 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
FT800_config.h
prototypes for hardware abstraction funtions - added hardware-selection defines, first implemented for AVR8 - added FT_VM800B50A TFT setup as copy of FT_VM800B43A since FTDI uses the same setup for both 2.3 - moved pin definitions for FT_CS and FR_PDN to here from FT800_config.c - added a set of definitions
-
PDF
atmel-8393-mcu_wireless-atmega256rfr2-atmega128rfr2-atmega64rfr2_datasheet.pdf
Wireless-09/14 ATmega256/128/64RFR2 3 Overview The ATmega256/128/64RFR2 is a low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture combined with a high data rate transceiver for the 2.4 GHz ISM band.
in „AVR-Verlustleistung maximieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRprogDeviceCodes.txt
codes listed only. The rest of the 256 codes were not recognized. These values may be used in appnote AVR910(as a HW programmer interface) or in bootloaders in individual AVRs. AVRprog(part of AVRStudio) should be used as windows application interface for both uses. DeviceCode,RecognizedAs -------------
in „Bootloader Programmierung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
simulavr.pdf
SerialRx Example This example is based on Klaus’ Anacomp Example and uses the Atmel application note AVR313 to convert the incomming data from the keyboard into a serial ASCII stream and sends this stream via the serial interface. Atmel’s C-Code is ported to a current avr-gcc (4.x) and a Mega128. For this
-
Datei
AVR8_Burn_O_Mat_Config.xml
4.0V (3.6V - 4.2V)" Fuse1="0" Fuse2="0"/> </BrownOutDetection> <OscillatorOptions Type="ATmega8" /> </AVR> <AVR name="m128" caption="ATmega128"> <Fuse name="UNUSED_E7" bit="7" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name="UNUSED_E6" bit="6" fuseByte="efuse" default="1" desc="unused
-
Datei
SHT_TEST.c
first implementation of crc check 2006-08-27 0v2 - second release */ #define F_CPU 16000000 #include <avr/io.h> //Microcontroller specific library, e.g. port definitions #include <math.h> // #include <stdlib.h> // #include <inttypes.h> // #include <util/delay.h> #include "libsht.h" #include <avr/pgmspace.h
in „SHT11 an ATmega2560 Es funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRStrudio4.11b401_Release_Notes.txt
made and the contents are updated with generic and part specific known issues. New tools and features AVR Assembler 2 (AVRASM2) is now the default assembler in AVR Studio, but the old assembler is still provided and can be selected in AVR Studio (Assembler Options). Note that the old assembler is now UNSUPPORTED
in „AVRStudio4 v4.11 Build 401 Beta freigegeben“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
at90s2313-datasheet-atmel.pdf
interrupts are executed). The 8-bit Stack Pointer (SP) is read/write accessible in the I/O space. The 128 bytes data SRAM + Register File and I/O Registers can be easily accessed through the five different addressing modes supported in the AVR architecture. The memory spaces in the AVR architecture are
in „AVR Studio 4.19“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AT90S2313_Datasheet.pdf
interrupts are executed). The 8-bit Stack Pointer (SP) is read/write accessible in the I/O space. The 128 bytes data SRAM + Register File and I/O Registers can be easily accessed through the five different addressing modes supported in the AVR architecture. The memory spaces in the AVR architecture are
in „Fragen zum Sleep Mode“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVR8_Burn_O_Mat_Config.xml
4.0V (3.6V - 4.2V)" Fuse1="0" Fuse2="0"/> </BrownOutDetection> <OscillatorOptions Type="ATmega8" /> </AVR> <AVR name="m128" caption="ATmega128"> <Fuse name="UNUSED_E7" bit="7" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name="UNUSED_E6" bit="6" fuseByte="efuse" default="1" desc="unused
-
PDF
doc8002.pdf
OSCCAL register manually. A programming tool can be used to read the 4MHz calibration byte from the 2 AVR055 8002C-AVR-02/06 AVR055 Signature Row, and store it in a Flash or EEPROM location, which is read by the main program and copied into OSCCAL at run-time. In addition to the oscillator tuning using
in „Genauigkeit interner Oszillator Mega8 ...“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATtiny26.pdf
4MHz RC OSCILLATOR FREQUENCY vs. OSCCAL VALUE 9.6 8.6 7.6 ) 6.6 z M C 5.6 F 4.6 3.6 2.6 1.6 0 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 OSCCAL VALUE 160 ATtiny26(L) 1477K–AVR–08/10 ATtiny26(L) Figure 130. Calibrated 2 MHz RC Oscillator Frequency vs. Temperature CALIBRATED 2MHz RC OSCILLATOR
in „ATtiny26(L) Analog-Digital-Wandler ( ADC ) Datenblattübersetzung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
serial.h
) | (1<<TXEN) #define UART0_CONFIGURE2 NOP //Ho, ho, hoo. 8 Bit,1 Stop, no parity #elif defined (__AVR_ATmega168__) || defined (__AVR_ATmega48__) || defined (__AVR_ATmega88__) || defined (__AVR_ATmega644__) #define TX0_BIT 1 #define TX0_PORT PORTD #define TX0_DDR DDRD #define SIG_UART0_RECEIVE SIG_USART_RECV
in „Atmel ist unter "Profis" nicht gerade beliebt - Warum?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cd_avr_tech_lib_2006.txt
34M /media/cdrom0/appnotes/pdf_avr 607K /media/cdrom0/appnotes/pdf_avr32 14M /media/cdrom0/appnotes/software_avr 1.1M /media/cdrom0/appnotes/software_avr32 49M /media/cdrom0/appnotes 598K /media/cdrom0/cdstart 106M /media/cdrom0/datasheets/pdf_avr 7.5M /media/cdrom0/datasheets/pdf_avr32 113M /media/cdrom0/datasheets 48K /media/cdrom0/frameset 358K /media/cdrom0/img 71M /media/cdrom0/software/3rd_party/iar 24M /media/cdrom0/software/3rd_party/
in „STK500 CD ISO Image“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
is handled, for debounce and ramp timing; PA1 irq is masked meanwhile. */ #include <avr/interrupt.h> #include <avr/io.h> #include <avr/sleep.h> #include <stdbool.h> #include <stdint.h> #define DEBOUNCE_TICKS 3u /**< ~23 ms stable level for press/release */ #define LONG_PRESS_TICKS 77u
in „Lampe Timer deaktivieren“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
pegasus_5x7_font.bas
'############################################################### ' Bascom AVR Test for the Powertip PH9867C CSTN Color Display ' This demo displays a text screen with 15 x 7 characters using ' 5x7 Font. ' Display Controller Type: ST7626 ' Tested on ATMega8, 70% Flash used. Internal
in „Mini-Farbdisplay (+mehr) für 1 Euro“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dude511.txt
not exist or is not a regular file, skipping Using Port : /dev/cu.SLAB_USBtoUART Using Programmer : avr910 avr910_devcode (avrdude.conf) : 0x76 Overriding Baud Rate : 19200 AVR Part : ATMEGA8 Chip Erase delay : 10000 us PAGEL : PD7 BS2 : PC2 RESET disposition : dedicated RETRY pulse : SCK serial program
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dude511_mit_arduino_conf.txt
not exist or is not a regular file, skipping Using Port : /dev/cu.SLAB_USBtoUART Using Programmer : avr910 avr910_devcode (avrdude.conf) : 0x76 Overriding Baud Rate : 19200 AVR Part : ATMEGA8 Chip Erase delay : 10000 us PAGEL : PD7 BS2 : PC2 RESET disposition : dedicated RETRY pulse : SCK serial program
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRdude_Ergebnis_IDE_verbose.txt
sketch size: 1026 bytes (of a 14336 byte maximum) G:\Download\Arduino\arduino-0022\hardware/tools/avr/bin/avrdude -CG:\Download\Arduino\arduino-0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168 -cstk500v1 -P\\.\COM7 -b19200 -D -Uflash:w:C:\Users\wps\AppData\Local\Temp\build350746234049397048
in „Flashen von Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stk500_1200.asm
bc: cb df rcall SPI_Send_Byte ; 0x54 be: 10 e1 ldi r17, 0x10 ; 16 c0: c3 df rcall VariableDelay ; 0x48 c2: 08 95 ret ;;; Sends "AVR ISP" out the Serial port. Send_ID: c4: 41 e4 ldi r20, 0x41 ; 65 c6: a0 df rcall Ser_Send_Byte ; 0x8 c8: 46 e5 ldi r20, 0x56 ; 86 ca: 9e df rcall Ser_Send_Byte ; 0x8 cc: 42
in „AVRISP => Hex-Datei vom 1200er“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Assembler.s
assemble this file directly with the luna compiler/assembler .device atmega32 .equ inpstrEcho = 1 .equ AvrTiny = 0 .equ EepromAccess = 0 .equ EepromAccessHigh = 1 .equ StringTempVarAccess = 1 .equ SoftUartModeInverted = 0 .equ FracDecimalS = 7 .equ stackSize = 128 .equ CodeStartAddr = 0 .equ _CLOCK = 0 .
in „ISR macht Newbie fertig :P“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LED_Matrix_Controller_V5.pdf
Gängige Abmessungen sind 2mm (sog. P2 Modul), 2,5mm und 3mm. Dies führt dann zu Abmessungen zwischen 128mmx128mm bis zu 192mmx192mm. Die mechanische Größe ist für die hier beschriebene Schaltung nicht relevant und kann beliebig gewählt werden. Der elektrische Aufbau eines solchen Moduls besteht i.W. aus
in „Universeller 64x64 LED-Matrix Controller“ · Projekte & Code ·
-
Datei
ADC_PWM2.txt
#ifndef MCU // Welcher AVR genutzt wird, wird i.A. im Makefile definiert #define MCU atmega48P #endif #ifndef F_CPU // kann auch im Makefile definiert sein #define F_CPU 800000UL // Takt als LONG definieren, da zu groß für Integer
in „Probleme mit der Verbindung PWM + ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ADC_PWM2.c
#ifndef MCU // Welcher AVR genutzt wird, wird i.A. im Makefile definiert #define MCU atmega48P #endif #ifndef F_CPU // kann auch im Makefile definiert sein #define F_CPU 800000UL // Takt als LONG definieren, da zu groß für Integer
in „Probleme mit der Verbindung PWM + ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
corsiva_12.h
font_Last_Char - font_First_Char +1]; * // for each character the separate width in pixels, * // characters < 128 have an implicit virtual right empty row * * uint8_t font_data[]; * // bit field of all characters */ #include <inttypes.h> #include <avr/pgmspace.h> #ifndef CORSIVA_12_H #define CORSIVA_12_H #define
in „Wie ist der Font des GLCD Font Creators von apetech aufgebaut?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
corsiva_12.h
font_Last_Char - font_First_Char +1]; * // for each character the separate width in pixels, * // characters < 128 have an implicit virtual right empty row * * uint8_t font_data[]; * // bit field of all characters */ #include <inttypes.h> #include <avr/pgmspace.h> #ifndef CORSIVA_12_H #define CORSIVA_12_H #define
in „KS 0108 - ein alter Bekannter - neu aufgelegt“ · Projekte & Code ·
-
Datei
corsiva_12.h
font_Last_Char - font_First_Char +1]; * // for each character the separate width in pixels, * // characters < 128 have an implicit virtual right empty row * * uint8_t font_data[]; * // bit field of all characters */ #include <inttypes.h> #include <avr/pgmspace.h> #ifndef CORSIVA_12_H #define CORSIVA_12_H #define
in „ATmega16 liefert kein Signal an allen Pins außer I2c“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
corsiva_12.h
font_Last_Char - font_First_Char +1]; * // for each character the separate width in pixels, * // characters < 128 have an implicit virtual right empty row * * uint8_t font_data[]; * // bit field of all characters */ #include <inttypes.h> #include <avr/pgmspace.h> #ifndef CORSIVA_12_H #define CORSIVA_12_H #define
in „Display mit Controller KS0108 - Welche Datein?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
corsiva_12.h
font_Last_Char - font_First_Char +1]; * // for each character the separate width in pixels, * // characters < 128 have an implicit virtual right empty row * * uint8_t font_data[]; * // bit field of all characters */ #include <inttypes.h> #include <avr/pgmspace.h> #ifndef CORSIVA_12_H #define CORSIVA_12_H #define
in „Display mit Controller KS0108 - Welche Datein?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR-ASM-Tutorial_16_05_08_v2.pdf
..............................................................................................47 6 AVR-Tutorial: Stack........................................................................................................................48 6.1Aufruf von Unterprogrammen ..............................
in „AVR-ASM-Tutorial: PDF 16.5.08“ · www.mikrocontroller.net ·
-
Datei
93AA86C_SPI_2.c
fck/16 */ SPCR = (1<<SPE)|(1<<MSTR)|(1<<SPR1)|(1<<SPR0); //SPI einschalten, master SPI mode ,fclock/128 bei Mega48 und Mega8, Mega162 //SPCR = (1<<SPE)|(1<<MSTR); //SPI einschalten, master SPI mode ,fclock/4 bei Mega48 //SPCR = (1<<SPE)|(1<<MSTR)|(1<<SPR0); //SPI einschalten, master SPI mode ,fclock/16 bei Mega48 und Mega8 //SPCR = (1<<SPE)|(1<<MSTR)|(1<<SPR1); //SPI einschalten, master SPI mode ,fclock/64 bei Mega48 und Mega8, Mega162 CS_l; } //unsigned char SPI_MasterTransmit(unsigned char sendData) uint8_t
in „Ansteuerung EEPROM 93AA96C funktioniert nicht richtig“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ET-BASE_AVR_ATmega64-128_Schematic.pdf
PC3 PD7 EN 5 6 RW PF2 59 PF2(ADC2) PA2(AD2) 49 PA2 PC4 5 6 PC5 D1 7 8 D0 PF3 58 PF3(ADC3) PA3(AD3) 48 PA3 PC6 7 8 PC7 D3 D2 57 47 D5 9 10 D4 +5V PF4 56 PF4(ADC4/TCK) PA4(AD4) 46 PA4 +5V 9 10 GND PG1 D7 11 12 D6 PG0 PF5 55 PF5(ADC5/TMS) PA5(AD5) 45 PA5 PG3 13 14 PG2 PF6 54 PF6(ADC6/TDO) PA6(AD6) 44 PA6
in „Programmierung mit AVRISP mkII klappt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ET-BASE_20AVR_20ATmega64-128_Schematic.pdf
PC3 PD7 EN 5 6 RW PF2 59 PF2(ADC2) PA2(AD2) 49 PA2 PC4 5 6 PC5 D1 7 8 D0 PF3 58 PF3(ADC3) PA3(AD3) 48 PA3 PC6 7 8 PC7 D3 D2 57 47 D5 9 10 D4 +5V PF4 56 PF4(ADC4/TCK) PA4(AD4) 46 PA4 +5V 9 10 GND PG1 D7 11 12 D6 PG0 PF5 55 PF5(ADC5/TMS) PA5(AD5) 45 PA5 PG3 13 14 PG2 PF6 54 PF6(ADC6/TDO) PA6(AD6) 44 PA6
in „Attiny2313 u. Atmega128 über ISP Programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
tiny13_doc2535.pdf
ensuring stable operation. Refer to System Clock Prescaler on page 25 for details. 24 ATtiny13 2535H–AVR–10/07 ATtiny13 128 kHz Internal The 128 kHz internal Oscillator is a low power Oscillator providing a clock of 128 kHz. The frequency is nominal at 3V and 25°C. This clock may be select as the system
in „Atmel AVRs: SRAM so unwichtig?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVR910JS_2313_v3_3.asm
;*************************************************************************** ;* ;* Title : AVR ISP (Auto adr inc, 19200bps) ;* Version : 3.2 ;* Last updated : 17/Jan/05 ;* Target : AT90S2313 @ 4Mhz (orig. AT90S1200) ;* File : AVR910_2313_v3_2.asm ;* Author(s) : Ole Saether, Terje Frostad, ;*
in „AVR - suche Datei avr910.asm von Atmel“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
beginner_de.pdf
Baudot-Code für deutsche Fernschreiber und durch den Morse- Code für ergraute Marinefunker übertroffen. Avr-Asm-Tutorial 31 http://www.avr-asm-tutorial.net In diesem Code-System wird die 0 durch die dezimale Ziffer 48 (hexadezimal: 30, binär: 0011.0000), die 9 durch die dezimale Ziffer 57 (hexadezimal: 39
in „Langzeittimer für Anfänger“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR_beginner_de.pdf
Baudot-Code für deutsche Fernschreiber und durch den Morse- Code für ergraute Marinefunker übertroffen. Avr-Asm-Tutorial 31 http://www.avr-asm-tutorial.net In diesem Code-System wird die 0 durch die dezimale Ziffer 48 (hexadezimal: 30, binär: 0011.0000), die 9 durch die dezimale Ziffer 57 (hexadezimal: 39
in „Anfang, aber wie?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
beginner_de.pdf
Baudot-Code für deutsche Fernschreiber und durch den Morse- Code für ergraute Marinefunker übertroffen. Avr-Asm-Tutorial 31 http://www.avr-asm-tutorial.net In diesem Code-System wird die 0 durch die dezimale Ziffer 48 (hexadezimal: 30, binär: 0011.0000), die 9 durch die dezimale Ziffer 57 (hexadezimal: 39
in „kommentierter Befehlssatz in deutsch ATmega16“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
beginner_de.pdf
Baudot-Code für deutsche Fernschreiber und durch den Morse- Code für ergraute Marinefunker übertroffen. Avr-Asm-Tutorial 31 http://www.avr-asm-tutorial.net In diesem Code-System wird die 0 durch die dezimale Ziffer 48 (hexadezimal: 30, binär: 0011.0000), die 9 durch die dezimale Ziffer 57 (hexadezimal: 39
in „Spannungsveränderung schaltet Relais für ca. 30Sek->nur wi“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
AVR_tutorial.pdf
Mikrocontroller und einem PC austauschen? 99-110 • Flash, EEPROM, RAM: Die verschiedenen Speicherarten des AVR und ihre Anwendung. 111-120 • Die Timer: in regelmäßigen Zeitabständen Dinge tun. 121-128 • Die Timer: Uhr und CTC Modus. 129-137 • Der ADC: Die Brücke von der analogen zur digitalen Welt. 138-156 •
in „AVR-Tutorial als PDF bzw *.doc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PWM.c
#ifndef MCU // Welcher AVR genutzt wird, wird i.A. im Makefile definiert #define MCU atmega48P #endif #ifndef F_CPU // kann auch im Makefile definiert sein #define F_CPU 800000UL // Takt als LONG definieren, da zu groß für Integer #endif #define true 1 #define false 0 #define STK500 false #include <avr/io.h> // Namen der IO Register #include <util/delay.h> // Funktionen zum warten #include <avr/interrupt.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <inttypes.h> //globale
in „Probleme mit der Verbindung PWM + ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT SIG_UART0_RECV #define UART1_RECEIVE_INTERRUPT SIG_UART1
in „[AVR-GCC] makefile SRC und #include“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT SIG_UART0_RECV #define UART1_RECEIVE_INTERRUPT SIG_UART1
in „ATmega1284p, UART Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT SIG_UART0_RECV #define UART1_RECEIVE_INTERRUPT SIG_UART1
in „ATMega nach ADC BascomPRG stk500 WEG!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT SIG_UART0_RECV #define UART1_RECEIVE_INTERRUPT SIG_UART1
in „ATmega168 Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT SIG_UART0_RECV #define UART1_RECEIVE_INTERRUPT SIG_UART1
in „fleurys I2C + UART lib halten in Kombination die Hauptschleife an!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT SIG_UART0_RECV #define UART1_RECEIVE_INTERRUPT SIG_UART1
in „Inkonsistentes Verhalten einfachem avr-gcc-codes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT SIG_UART0_RECV #define UART1_RECEIVE_INTERRUPT SIG_UART1
in „RFM70 Timing Problem?“ · Mikrocontroller und Digitale Elektronik ·