-
Datei
cc-fft-out.txt
with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-libssp --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=avr CFLAGS='-g -O2 -fdebug-prefix-map=/tmp/buildd/gcc-avr-4.9.2+Atmel3.5.3=. -fstack-protector-strong -Wformat ' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
in „STM32 Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
GCC_Tut_Test.pdf
4000000 T Fmin = 200kHz = 200000 = 20TF max = 50kHz = 50000 = 80 :Somit kann hier der Teilungsfaktor 32 oder 64 verwendet werden. Im Interesse der schnelleren Wandlungszeit werden wir hier den Faktor 32 einstellen. < dl > < dd > 1.13. ANALOGE EIN- UND AUSGABE 33 ADPS2 ADPS1 ADPS0 Teilungsfaktor 0 0 0 2 0 0 1 2 0 1 0 4 0 1 1 8 1 0 0 16 1 0 1 32 1 1 0 64 1 1 1 128 < /dd > < /dl > |- | ADCL ADCH | ADC Data Register Wenn eine Umwandlung abgeschlossen ist, be▯ndet sich der gemessene Wert in diesen beiden Registern. Von ADCH werden nur die beiden
-
Datei
stk500_at90s1200_mega8535.asm
| 'V' | |dd dd | | 9 | ;* | Return hardware version | 'v' | |dd dd | | 9 | ;* | Return programmer type | 'p' | | dd | | 10 | ;* | Set LED | 'x' | dd | | 13d | 12 | ;* | Clear LED | 'y' | dd | | 13d | 12 | ;* | Universial command | ':' | 3*dd | dd | 13d | | ;* | New universal command | '.' | 4*dd | dd | 13d | | ;* | Special test command | 'Z' | 2*dd | dd | | | ;* +-----------------------------------+-----+-------+------+-----+------+ ;* ;
in „STK500 defekter Prozessor“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
8-bit-MCU-Overview.pdf
3 ATtiny42x/82x/162x/322x 14-24 4-32 0.5-3 128 1.8-5.5 20 12 15 6x 12 8 6 2 1 3 AVR-DA Family 28-64 32-128 4–16 512 1.8–5.5 24 12 22 10 -3 16 16 1 5 3–6 1–2 3 AVR-DD Family 14-32 16–64 2–8 256 1.8–5.5 24 12 23 10 1 16 9 1 3 2 1 3 AVR-EA Family 28-48 16-64 2-6 512 1.8-5.5 20 12 28 6x 12 10 6
in „Moderne AVR (Nachfolger Atmega und Attiny)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
8-bit-MCU-Overview.pdf
3 ATtiny42x/82x/162x/322x 14-24 4-32 0.5-3 128 1.8-5.5 20 12 15 6x 12 8 6 2 1 3 AVR-DA Family 28-64 32-128 4–16 512 1.8–5.5 24 12 22 10 -3 16 16 1 5 3–6 1–2 3 AVR-DD Family 14-32 16–64 2–8 256 1.8–5.5 24 12 23 10 1 16 9 1 3 2 1 3 AVR-EA Family 28-48 16-64 2-6 512 1.8-5.5 20 12 28 6x 12 10 6
in „AVR®DD family, low pin count devices“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
8-bit-MCU-Overview.pdf
3 ATtiny42x/82x/162x/322x 14-24 4-32 0.5-3 128 1.8-5.5 20 12 15 6x 12 8 6 2 1 3 AVR-DA Family 28-64 32-128 4–16 512 1.8–5.5 24 12 22 10 -3 16 16 1 5 3–6 1–2 3 AVR-DD Family 14-32 16–64 2–8 256 1.8–5.5 24 12 23 10 1 16 9 1 3 2 1 3 AVR-EA Family 28-48 16-64 2-6 512 1.8-5.5 20 12 28 6x 12 10 6
in „AVR®DD family, low pin count devices“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
dogs102doku.pdf
char on); 29 void DrawMyLogo(unsigned char PosX, unsigned char Page); 30 void DOGS102_Fill(void); 31 32 33 34 #endif 1 #include <avr/io.h> 2 #include <util/delay.h> 3 #include "dogs102.h" 4 5 //***************************************************************************** 6 // TODO: Dogs102 SPI Command
-
Datei
AVRxt.asm
; SLdt 2405031200 PIT-Interrupt auf AVR64EA28 ; avrasm2 .include "m4809def.inc" /* .include "AVR128DA28def.inc" .include "AVR64EA28def.inc" .include "AVR16EB28def.inc" .include "AVR32DD28def.inc" .include "m4809def.inc" */ .equ DIR_LED =
in „AVR64EA28: PIT-Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRxt.asm
; SLdt 240502 PIT-Interrupt auf AVR64EA28 ; avrasm2 .include "AVR64EA28def.inc" /* .include "AVR128DA28def.inc" .include "AVR64EA28def.inc" .include "AVR16EB28def.inc" .include "AVR32DD28def.inc" .include "m4809def.inc" */ .equ DIR_LED
in „AVR64EA28: PIT-Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRxt.asm.txt
; SLdt 240502 PIT-Interrupt auf AVR64EA28 ; avrasm2 .include "AVR64EA28def.inc" /* .include "AVR128DA28def.inc" .include "AVR64EA28def.inc" .include "AVR16EB28def.inc" .include "AVR32DD28def.inc" .include "m4809def.inc" */ .equ DIR_LED
in „AVR64EA28: PIT-Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRxt.asm.txt
; SLdt 240502 PIT-Interrupt auf AVR64EA28 ; avrasm2 .include "AVR64EA28def.inc" /* .include "AVR128DA28def.inc" .include "AVR64EA28def.inc" .include "AVR16EB28def.inc" .include "AVR32DD28def.inc" .include "m4809def.inc" */ .equ DIR_LED
in „AVR64EA28: PIT-Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avraes.asm
$92,$9d,$38,$f5,$bc,$b6,$da,$21,$10,$ff,$f3,$d2 .db $cd,$0c,$13,$ec,$5f,$97,$44,$17,$c4,$a7,$7e,$3d,$64,$5d,$19,$73 .db $60,$81,$4f,$dc,$22,$2a,$90,$88,$46,$ee,$b8,$14,$de,$5e,$0b,$db .db $e0,$32,$3a,$0a,$49,$06,$24,$5c,$c2,$d3,$ac,$62,$91,$95,$e4,$79 .db $e7,$c8,$37,$6d,$8d,$d5,$4e,$a9,$6c,$56,$f4,$ea
in „Assembler mit C verknüpfen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVR910.ASM
| dd | | | ;* | Chip erase | 'e' | | | 13d | | ;* | Write lock bits | 'l' | dd | | 13d | | ;* | Write fuse bits | 'f' | dd | | 13d | 11 | ;* | Read fuse and lock bits | 'F' | | dd | | 11 | ;* | Leave programming
in „AVRProg von Atmel und AT90S2313“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRxt.asm
; SLdt 2405070930 Interrupt auf AVR64EA28 ; avrasm2 .include "AVR64EA28def.inc" /* f [kHz]: live TCA TCB .include "AVR128DA28def.inc" ; 666 31 31 .include "AVR64EA28def.inc" ; 550 0 0 .include "AVR16EB28def.inc" ; 555 * 26 *: hat keinen TCA .include "AVR32DD28def.inc" ; 667 31 31 */ .equ dir = VPORTA_DIR .equ toggle = VPORTA_IN .equ ISR_TCA = 5 .equ ISR_TCB = 6 .equ f_live = 7 .def tmpi = r4 .def tmp0 = r16 ;=============== .org 0 rjmp reset .org TCA0
in „AVR64EA28: PIT-Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi.c
#include <stdlib.h> #include <avr/interrupt.h> #include <util/delay.h> #include "spi.h" #define DDR_SPI DDRB #define DD_MISO PB4 #define DD_MOSI PB3 #define DD_SCK PB5 #define DD_SS PB2 static volatile uint8_t *SPI_CS_DDR = NULL; static
in „ADXL345 & SPI Kommunikationsproblem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Fastboot.asm
91FF 0DD0 '.....+1.....1...' ret ; 06E9 9508 0DD2 '...+1.....1.....' or ZL, r25 ; 06EA 2BE9 0DD4 '.+1.....1.......' breq avr06F2 ; 06EB F031 0DD6 '1.....1.........' avr06EC: ldi ZL, 0x08 ; 06EC E0E8 0DD8 '...
in „32 kHz kompatibler Bootloader gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
webpage_V1.3.h
0x59,0x5D, 0x5D,0x5D,0x5E,0x5D,0x5D,0x5E,0x5E,0x5E,0x60,0x60,0x60,0x62,0x62,0x62,0x63,0x63, 0x63,0x64,0x64,0x64,0x65,0x65,0x65,0x69,0x69,0x69,0x6E,0x6E,0x6E,0x70,0x70,0x70, 0x77,0x77,0x77,0x78,0x78,0x78,0x7A,0x7A,0x7A,0x7B,0x7B,0x7B,0x7E,0x7E,0x7E,0x7F, 0x7F,0x7F,0x80,0x80,0x80,0x81,0x81,0x81,0x83,0x83,0x83,0x87,0x87,0x87,0x89,0x89
in „AVR für wenig Geld im LAN“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iom128.h
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef __IOM128 #define __IOM128 1 #define AVR_MEGA 1 #define AVR_ENHANCED 1 /* * Predefined SFR Addresses. * NOTE: These addresses will be either DATA MEMORY or I/O MEMORY addresses, * depending on how you define __SFR_OFFSET (0x0 for I/O, 0x20
in „AVRGCC und neue Megas?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iom128.h
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef __IOM128 #define __IOM128 1 #define AVR_MEGA 1 #define AVR_ENHANCED 1 /* * Predefined SFR Addresses. * NOTE: These addresses will be either DATA MEMORY or I/O MEMORY addresses, * depending on how you define __SFR_OFFSET (0x0 for I/O, 0x20
in „Problem mit Mega128 USART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dh.c
diffie-hellman demo * pesco, 2009 */ #include <stdio.h> #include <string.h> #include "macros.h" #include <avr/io.h> uint64_t X=0; uint8_t prime=0; void serial_putchar(unsigned char c) { while (!((UCSR2A) & _BV(UDRE2))); UDR2=c; warte(15); } char serial_getchar(void) { while(!((UCSR2A) & _BV(RXC2))); return(
in „SSP Smiley® Secure Protocol“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MK3_2560_FASTFAT16.h
------------------------------------------------------------ #define HTOL16(val) (val) #define HTOL32(val) (val) #define LTOH16(val) (val) #define LTOH32(val) (val) #define htol16(h) (h) #define htol32(h) (h) #define ltoh16(l) (l) #define ltoh32(l) (l) uint16_t read16(const uint8_t* p); uint32_t read32
in „Micro SD Karte SPI an Xmega“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVRxt.asm
.include "AVR64EA28def.inc" ;.include "AVR128DA28def.inc" ;.include "AVR64EA28def.inc" ;.include "AVR16EB28def.inc" ;.include "AVR32DD28def.inc" ;.include "m4809def.inc" .equ DIR_LED = VPORTA_DIR .equ IN_LED = VPORTA_IN
in „AVR64EA28: PIT-Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr_f64.c
as // these functions will overwrite the memory. // If this Library shall be compiled as C++ with avr-gcc (after renaming the file to avr_f64.cpp), // all integer constants larger than 32 Bits must get the ending LLU . #include "avr_f64.h" #ifdef USE_AVR #define LANGEEINS (1ull) #else #define LANGEEINS
in „64 Bit float Emulator in C, IEEE754 compatibel“ · Projekte & Code ·
-
Datei
tft_data.c
0x5A, 0x0B, 0x9E, 0x3F, 0x8D, 0x32, 0x64, 0x2C, 0xCD, 0xDC, 0x84, 0xA3, 0xD3, 0xF0, 0x23, 0xFE, 0x27, 0x7A, 0x46, 0x87, 0x9E, 0x57, 0x80, 0xBF, 0x18, 0xF2, 0x27, 0x82, 0xE8, 0x6B, 0xCC, 0x34, 0xC3, 0x36, 0xDD, 0x57, 0xBF, 0x48, 0x5E,
-
PDF
doc7593.pdf
from the Stack, the Stack Pointer is incre- mented by two, and the I-bit in SREG is set. 18 ATmega32U6/AT90USB64/128 7593J–AVR–03/09 ATmega32U6/AT90USB64/128 5. AVR ATmega32U6/AT90USB64/128Memories This section describes the different memories in the ATmega32U6/AT90USB64/128. The AVR architecture has
in „Problem mit dem TC4469“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc8209.pdf
8-bit Atmel megaAVR Microcontroller ATmega16M1 / ATmega32M1 / ATmega64M1 Features • High performance, low power Atmel AVR 8-bit microcontroller Advanced RISC architecture – 131 powerful instructions - most single clock
-
Datei
avr_f64.c
as // these functions will overwrite the memory. // If this Library shall be compiled as C++ with avr-gcc (after renaming the file to avr_f64.cpp), // all integer constants larger than 32 Bits must get the ending LLU . #include "avr_f64.h" #ifdef USE_AVR #define LANGEEINS (1ull) #else #define LANGEEINS
in „64 Bit float Emulator in C, IEEE754 compatibel“ · Projekte & Code ·
-
Datei
main.asm
sbci r31, 0xFF ; 255 7b02: 80 81 ld r24, Z 7b04: 08 95 ret #if HAVE_READ_LOCK_FUSE #if defined (__AVR_ATmega8535__) || \ defined (__AVR_ATmega8__) || defined (__AVR_ATmega8A__) || \ defined (__AVR_ATmega16__) || defined (__AVR_ATmega32__) }else if(rq->wValue.bytes[0] == 0x58 && rq->wValue.bytes[1] =
in „ATMEGA32 Minimum System Board“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Serial_LCD-p14-24.pdf
Ausschnitt aus dem LCD Command Set 1 – LCD Mode: Dezimal Hex Aktion 208 0xD0 Set note length to 1/64 note 209 0xD1 Set note length to 1/32 note 210 0xD2 Set note length to 1/16 note 211 0xD3 Set note length to 1/8 note 212 0xD4 Set note length to 1/4 note 213 0xD5 Set note length to 1/2 note 214 0xD6
in „Betätigung Klang“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
kann und mit dem Programmer der Chip geflasht werden kann. Vorraussetzung für dieses Setup ist: - ein 64-Bit Linux System (bei Bedarf kann ich auch ein Setup für ein 32-Bit System erstellen, auf meinen Rechnern hier läuft der Programmer auch darauf sehr gut) - ein im System installierter SDCC ab der Version 4.0.3 - AVR-GCC zum Compilieren der Firmware des Programmers (wenn die Firmware des Programmers neu übersetzt werden soll) - AVRDUDE zum Flashen der Firmware Das Hostprogramm ist in FreePascal geschrieben (einfach
in „Padauk PFS154 Programmer mit Arduino Uno / ATmega88 - 328“ · Projekte & Code ·
-
Datei
readme.txt
und mit dem Programmer der Chip geflasht werden kann. Vorraussetzung fuer dieses Setup ist: - ein 64-Bit Linux System (bei Bedarf kann ich auch ein Setup fuer ein 32-Bit System erstellen, auf meinen Rechnern hier laeuft der Programmer auch darauf sehr gut) - ein im System installierter SDCC ab der Version 4.0.3 - AVR-GCC zum Compilieren der Firmware des Programmers (wenn die Firmware des Programmers neu uebersetzt werden soll) - AVRDUDE zum Flashen der Firmware Das Hostprogramm ist in FreePascal geschrieben (einfach
in „Padauk PFS154 Programmer mit Arduino Uno / ATmega88 - 328“ · Projekte & Code ·
-
Datei
terminal.txt
bcgcbpro94080 PE 780c0000-78121000 Deferred msvcp60 PE 78130000-781cb000 Deferred msvcr80 PE 781d0000-782dd000 Deferred mfc80 ELF 7b800000-7b929000 Deferred kernel32<elf> \-PE 7b820000-7b929000 \ kernel32 ELF 7bc00000-7bca0000 Deferred ntdll<elf> \-PE 7bc10000-7bca0000 \ ntdll ELF 7bf00000-7bf03000 Deferred
-
Datei
main.c
t ss = 0; //Sekunde uint8_t mm = 32; //Minute uint8_t hh = 14; //Stunde uint8_t dd = 26; //Tag uint8_t doW = 2; //Tag der Woche uint8_t m = 3; //Monat uint8_t y = 13; //Jahr volatile int8_t ssW = 0; //Sekunde der Weckzeit volatile int8
in „pgmspace.h|1067|error: unknown type name ‘uint_farpt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sinus_40000.txt
0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD,
in „monsterarray im PROGMEM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Devices.txt
WS14 1 WS10 1 WIZ810MJ 1 WIREPADSMD1,27-254 1 WE-TPC_M/MH 1 WE-TPC_L/LH 1 WE-SL2 1 WE-KIL_0805 1 WE-DD_M/S 1 WE-CBF_1206 1 WANNENBUCHSE-14 1 W237-113 1 W237-10P 1 W237-09P 1 W237-08P 1 W237-05P 1 W236-3 1 W12864 1 VV11 1 VS1011 1 VS1001-SOIC-28 1 VG96 1 VG-535-64PHALBEEURO 1 VG32 1 USB-BUCHSE-B 1 USB-B
in „[KiCad] Bibliotheksaufbau - Konzeptideen gesucht“ · Platinen ·
-
Datei
Descriptions.txt
DRIVER 3 DC POWER JACK 3 ADAPTIVE BALLAST CONTROL IC 3 9-V BATTERY CLIP 3 8-bit Microcontroller with 64K Bytes In-System Programmable Flash 3 8-bit AVR Microcontroller with 2K Bytes Flash 3 8-bit AVR Microcontroller with 1K Bytes In-System Programmable Flash 3 4 Independant Resistors in one device 3 10
in „[KiCad] Bibliotheksaufbau - Konzeptideen gesucht“ · Platinen ·
-
Datei
main.lst
main.bin: file format elf32-avr Disassembly of section .text: 00000000 <__vectors>: 0: 19 c0 rjmp .+50 ; 0x34 <__ctors_end> 2: 20 c0 rjmp .+64 ; 0x44 <__bad_interrupt> 4: 1f c0 rjmp .+62 ; 0x44 <__bad_interrupt> 6: 1e c0 rjmp .
in „Attiny412 - String über USART“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
INSTR_SET.pdf
Decrement r17 brne loop ; Branch if r17<>0 nop ; Continue (do nothing) Words: 1 (2 bytes) Cycles: 1 64 AVR Instruction Set 0856G–AVR–07/08 AVR Instruction Set DES – Data Encryption Standard Description: The module is an instruction set extension to the AVR CPU, performing DES iterations. The 64-bit data
in „Schritt für Schritt zum Programierer!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
INSTR_SET.pdf
Decrement r17 brne loop ; Branch if r17<>0 nop ; Continue (do nothing) Words: 1 (2 bytes) Cycles: 1 64 AVR Instruction Set 0856G–AVR–07/08 AVR Instruction Set DES – Data Encryption Standard Description: The module is an instruction set extension to the AVR CPU, performing DES iterations. The 64-bit data
in „Maschinensprache für ATMEL“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR_Instruction_Set__doc0856.pdf
Decrement r17 brne loop ; Branch if r17<>0 nop ; Continue (do nothing) Words: 1 (2 bytes) Cycles: 1 64 AVR Instruction Set 0856G–AVR–07/08 AVR Instruction Set DES – Data Encryption Standard Description: The module is an instruction set extension to the AVR CPU, performing DES iterations. The 64-bit data
in „Benötigte Taktzyklen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
avr_instruction_set.pdf
Decrement r17 brne loop ; Branch if r17<>0 nop ; Continue (do nothing) Words: 1 (2 bytes) Cycles: 1 64 AVR Instruction Set 0856G–AVR–07/08 AVR Instruction Set DES – Data Encryption Standard Description: The module is an instruction set extension to the AVR CPU, performing DES iterations. The 64-bit data
in „HEX Code Tabelle“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc0856.pdf
Decrement r17 brne loop ; Branch if r17<>0 nop ; Continue (do nothing) Words: 1 (2 bytes) Cycles: 1 64 AVR Instruction Set 0856F–AVR–05/08 AVR Instruction Set DES – Data Encryption Standard Description: The module is an instruction set extension to the AVR CPU, performing DES iterations. The 64-bit data
in „Wie schnell ist euer uC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
instruction-set.pdf
destination (do nothing) Words: 1 (2 bytes) Cycles: 1 if condition is false 2 if condition is true 32 AVR Instruction Set 0856D–AVR–08/02 AVR Instruction Set BRID – Branch if Global Interrupt is Disabled Description: Conditional relative branch. Tests the Global Interrupt Flag (I) and branches relatively
in „LED Multiplex ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Befehlssatz_der_AVRs.pdf
destination (do nothing) Words: 1 (2 bytes) Cycles: 1 if condition is false 2 if condition is true 32 AVR Instruction Set 0856D–AVR–08/02 AVR Instruction Set BRID – Branch if Global Interrupt is Disabled Description: Conditional relative branch. Tests the Global Interrupt Flag (I) and branches relatively
in „Bascom: Config Com1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
avr_at90_befehlsatz.pdf
destination (do nothing) Words: 1 (2 bytes) Cycles: 1 if condition is false 2 if condition is true 32 AVR Instruction Set 0856D–AVR–08/02 AVR Instruction Set BRID – Branch if Global Interrupt is Disabled Description: Conditional relative branch. Tests the Global Interrupt Flag (I) and branches relatively
in „Rd Rr im indirekten Adressierungsmodus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Assemblerbefehlavr.pdf
destination (do nothing) Words: 1 (2 bytes) Cycles: 1 if condition is false 2 if condition is true 32 AVR Instruction Set 0856E–AVR–11/05 AVR Instruction Set BRID – Branch if Global Interrupt is Disabled Description: Conditional relative branch. Tests the Global Interrupt Flag (I) and branches relatively
-
PDF
AVR-Instuction-Set_doc0856.pdf
destination (do nothing) Words: 1 (2 bytes) Cycles: 1 if condition is false 2 if condition is true 32 AVR Instruction Set 0856E–AVR–11/05 AVR Instruction Set BRID – Branch if Global Interrupt is Disabled Description: Conditional relative branch. Tests the Global Interrupt Flag (I) and branches relatively
in „Registerdarstellung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DOC0856_INSTRUCTIONSET.PDF
destination (do nothing) Words: 1 (2 bytes) Cycles: 1 if condition is false 2 if condition is true 32 AVR Instruction Set 0856E–AVR–11/05 AVR Instruction Set BRID – Branch if Global Interrupt is Disabled Description: Conditional relative branch. Tests the Global Interrupt Flag (I) and branches relatively
in „Geschwindigkeit“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR-Instuction-Set_doc0856.pdf
destination (do nothing) Words: 1 (2 bytes) Cycles: 1 if condition is false 2 if condition is true 32 AVR Instruction Set 0856E–AVR–11/05 AVR Instruction Set BRID – Branch if Global Interrupt is Disabled Description: Conditional relative branch. Tests the Global Interrupt Flag (I) and branches relatively
in „AVR Studio Prgrammadressen merkwürdig“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DOC0856_INSTRUCTIONSET.PDF
destination (do nothing) Words: 1 (2 bytes) Cycles: 1 if condition is false 2 if condition is true 32 AVR Instruction Set 0856E–AVR–11/05 AVR Instruction Set BRID – Branch if Global Interrupt is Disabled Description: Conditional relative branch. Tests the Global Interrupt Flag (I) and branches relatively
in „erstes ASM Programm.wo ist der Fehler?“ · Mikrocontroller und Digitale Elektronik ·