-
Datei
version_1p3_assembler.asm
18 ;PCON DB T_PC DB 'PCON' ; T_ASC EQU T_ULAST+19 ;ASC TOKEN DB T_ASC DB 'ASC(' ; T_USE EQU T_ULAST+20 ;USING TOKEN DB T_USE DB 'USING(' DB T_USE DB 'U.(' ; T_CHR EQU T_ULAST+21 ;CHR TOKEN DB T_CHR DB 'CHR(' ; T_CMND EQU 0F0H ;COMMAND BASE ; DB 0F0H ;RUN TOKEN DB 'RUN' ; DB 0F1H ;LIST TOKEN DB 'LIST'
in „Spaß mit Kloeckner-Moeller PS3 in BASIC(?)“ · Projekte & Code ·
-
Datei
version_1p3_assembler.asm
18 ;PCON DB T_PC DB 'PCON' ; T_ASC EQU T_ULAST+19 ;ASC TOKEN DB T_ASC DB 'ASC(' ; T_USE EQU T_ULAST+20 ;USING TOKEN DB T_USE DB 'USING(' DB T_USE DB 'U.(' ; T_CHR EQU T_ULAST+21 ;CHR TOKEN DB T_CHR DB 'CHR(' ; T_CMND EQU 0F0H ;COMMAND BASE ; DB 0F0H ;RUN TOKEN DB 'RUN' ; DB 0F1H ;LIST TOKEN DB 'LIST'
in „Basic für 80C31“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
IS52Basic.a51
18 ;PCON DB T_PC DB 'PCON' ; T_ASC EQU T_ULAST+19 ;ASC TOKEN DB T_ASC DB 'ASC(' ; T_USE EQU T_ULAST+20 ;USING TOKEN DB T_USE DB 'USING(' DB T_USE DB 'U.(' ; T_CHR EQU T_ULAST+21 ;CHR TOKEN DB T_CHR DB 'CHR(' ; T_CMND EQU 0F0H ;COMMAND BASE ; DB 0F0H ;RUN TOKEN DB 'RUN' ; DB 0F1H ;LIST TOKEN DB 'LIST'
in „Layout für MCS51 Experimentierboard“ · Projekte & Code ·
-
Datei
IS52Basic.a51
18 ;PCON DB T_PC DB 'PCON' ; T_ASC EQU T_ULAST+19 ;ASC TOKEN DB T_ASC DB 'ASC(' ; T_USE EQU T_ULAST+20 ;USING TOKEN DB T_USE DB 'USING(' DB T_USE DB 'U.(' ; T_CHR EQU T_ULAST+21 ;CHR TOKEN DB T_CHR DB 'CHR(' ; T_CMND EQU 0F0H ;COMMAND BASE ; DB 0F0H ;RUN TOKEN DB 'RUN' ; DB 0F1H ;LIST TOKEN DB 'LIST'
in „Layout für MCS51 Experimentierboard“ · Projekte & Code ·
-
Datei
IS52Basic.a51
18 ;PCON DB T_PC DB 'PCON' ; T_ASC EQU T_ULAST+19 ;ASC TOKEN DB T_ASC DB 'ASC(' ; T_USE EQU T_ULAST+20 ;USING TOKEN DB T_USE DB 'USING(' DB T_USE DB 'U.(' ; T_CHR EQU T_ULAST+21 ;CHR TOKEN DB T_CHR DB 'CHR(' ; T_CMND EQU 0F0H ;COMMAND BASE ; DB 0F0H ;RUN TOKEN DB 'RUN' ; DB 0F1H ;LIST TOKEN DB 'LIST'
in „Basic für 80C31“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BC327.PDF
0.022 (0.55) Packaging Codes/Options: 0.098 (2.5) Dimensions in inches E6/Bulk – 5K per container, 20K/box and (millimeters) E7/4K per Ammo mag., 20K/box Bottom View Maximum Ratings & Thermal Characteristics Ratings at 25°C ambient temperature unless otherwise specified. Parameter Symbol Value Unit BC327
in „Bitte, bitte einmal überprüfen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Fehlermeldungen.txt
funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=base64.lst -std=gnu99 base64.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > base64.d; \ [ -s base64.d ] || rm -f base64.d set -e; avr-gcc -MM -mmcu=atmega644 -I. -g -Os -funsigned-char -funsigned-bitfields
in „GCC: wie kompiliere ich ETH_M32EX von Ulrich Radig richtig?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SPDIF-Gen_v1.2.asm
(SampleBase*2) ; Wenn tmp == 0 Zeiger auf Anfang ; SMPLCNT LDI ZL, LOW(SampleBase*2) ; SMPLCNT sc2end: ; SMPLCNT CheckUDRE ; 5*x Cycles STS UDR0, r5 ; 4 Bit Audio R verschickt CheckUDRE ; 5*x Cycles STS UDR0, r6
in „ATmega328 und SPDIF 24 Bit digital Audio“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
asmpoly.s
SUM1RL, [PCM, #(2*1)] # special case, output sample 16 add COEF, COEF, #(4*(256-16)) @ coef = coefBase + 256 (was coefBase + 16 after MC0S block) add VB1, VB1, #(4*1024) @ vb1 = vbuf + 64*16 mov SUM1LL, #RNDVAL @ load rndVal (low 32) mov SUM1RL, #RNDVAL @ load rndVal (low 32) mov SUM1LH, #0 mov SUM1RH
in „doppelte deklaration einer funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GearMotor.c
(TIM1); TIM_TimeBase_InitStructure.TIM_ClockDivision = TIM_CKD_DIV1; TIM_TimeBase_InitStructure.TIM_CounterMode = TIM_CounterMode_Up; TIM_TimeBase_InitStructure.TIM_Period = 999; TIM_TimeBase_InitStructure.TIM_Prescaler = 1799; TIM_TimeBaseInit(TIM1, &TIM_TimeBase_InitStructure); // TIM2 ein 500 Hz Signal TIM_Cmd(TIM2, DISABLE); TIM_TimeBase_InitStructure.TIM_ClockDivision = TIM_CKD_DIV1; TIM_TimeBase_InitStructure.TIM_CounterMode = TIM_CounterMode_Up
in „STM32F103 USART1 affects TIM1? TIM1 interrupt frequenz varying“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
kicad-gdb-error-bt.txt
&, wxAppTraits*) () at /usr/local/lib64/libwx_baseu-3.0.so.0 #3 0x00007ffff63dd3cb in wxAppConsoleBase::OnAssertFailure(wchar_t const*, int, wchar_t const*, wchar_t const*, wchar_t const*) () at /usr/local/lib64/libwx_baseu-3.0.so.0 #4 0x00007ffff6cadf20 in wxApp::OnAssertFailure(wchar_t const*, int,
in „KiCad 5.0.2 - Absturz beim Footprint-Editor Aufruf“ · Platinen ·
-
Datei
panel-simple.c
of_node_put(ddc); if (!panel->ddc) { err = -EPROBE_DEFER; goto free_backlight; } } drm_panel_init(&panel->base); panel->base.dev = dev; panel->base.funcs = &panel_simple_funcs; err = drm_panel_add(&panel->base); if (err < 0) goto free_ddc; dev_set_drvdata(dev, panel); return 0; free_ddc: if (panel->ddc) put_device
in „Linux RPI VC4 Driver - DRM NullPointer Exception“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sysinit.c
= RCC_Clocks.PCLK1_Frequency / 10000; uint32_t tim_period = TIM3_FREQ * 20; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM3, ENABLE); // Timer mit Clock versorgen /* Der Timer clock'ed mit 72Mhz */ TIM_TimeBaseStructInit(&TimerBaseInitStructure); // Struct init TimerBaseInitStructure.TIM_Prescaler = tim_presc; // 84 Mhz / 4200 = 10.000 Hz Updates TimerBaseInitStructure.TIM_Period = tim_period; // Zähle bis 10.000 TimerBaseInitStructure.TIM_ClockDivision = TIM_CKD_DIV1; TimerBaseInitStructure.TIM_RepetitionCounter = 1; TIM_TimeBaseInit(TIM3, &TimerBaseInitStructure
in „STM32F1xx: Wie GOL am "Leben" halten?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Berkeley_1.pdf
Carrier Transport in the Base Region • Since the width of the quasi-neutral base region (W =Bx -2 )1is much smaller than the minority-carrier diffusion length, very few of the carriers injected (from the emitter) into the base recombine
in „Anfänger frage: Wiederstand in Transitor schaltung warum?“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Firmware_buglist_2.06.3.pdf
crashing and not responding anymore. 2. Apply test signal, do auto setup to trigger properly. Set time base to 4ns/DIV, change Acquisition mode from “Real Time” to “Equ Time”, hide menu by pushing F0, turn time base knob from 4ns/DIV to 2ns/DIV and DSO is crashing and not responding anymore. This bug seems
in „TEKWAY DST1xx2B Oszilloskop“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Firmware_buglist_2.06.3.pdf
crashing and not responding anymore. 2. Apply test signal, do auto setup to trigger properly. Set time base to 4ns/DIV, change Acquisition mode from “Real Time” to “Equ Time”, hide menu by pushing F0, turn time base knob from 4ns/DIV to 2ns/DIV and DSO is crashing and not responding anymore. This bug seems
in „TEKWAY DST1xx2B Oszilloskop“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
BI8921.INC
r25,high(1) call Base_Delay pop r24 ret BI8921_EnableOutputs: ldi r24,0x17 ; low(Register-Adresse) ldi r25,0x22 ; high(Register-Adresse) ldi r22,0x00 ; Datenbyte rcall BI8921_SetReg rcall BI8921_Delay1ms ldi r24,0x20 ldi
in „pollin kamera au-85“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
hp5334a.pdf
100MHz. 500. 1MHz to 100MHz. displayed. Coupling: ac or dc,switch selcctable. Frequencyrange:DC. 100Hzto20MHz. Trigger slope: independentselectionof + - slope. Dynamic range: 0 V to 40 V peak-to-peak. Imped8nce: I MO NOMINAL shuntedby <60 pf or 500 NOMI- Resolution: xl: 20MV. XlO: 200MV. NAL, switch selectable
in „Wie wird der Takt einer RTC abgeglichen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
T6963c.c
T6963cPutCmd(T6963C_CMD_RESETPIXEL | (Bit & 0x07)); } void T6963cPutChar(char Char) { //Subtract 0x20 (T6963c has a slightly different ASCII Charset), send as Data and send Command uint8_t c = Char; if (c < 0x80) c -= 0x20; T6963cPutData(c); T6963cPutCmd(T6963C_CMD_WRITE_INC); } void T6963cPutString(
in „AVR für wenig Geld im LAN“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
QingKeV2_Processor_Manual.PDF
address and addressing mode of the exception or interruptfunction are defined bythe exception entry base address register mtvec. mtvec[31:2] defines the base address of the exception or interrupt function. mtvec[1:0] defines the addressing mode of the handler function, where mtvec[0] defines the entry
in „CH32V006 und CH32V007 von WCH“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LM1203.pdf
upon level clamp) which holds the dc bias of the video amplifiers the differential DC voltage at the bases of Q3 and Q4. The and CRT cathodes constant during the black level reference Q3 and Q4 differential base voltage is determined by the portion of the video waveform. The clamp comparator, contrast control
in „Overhead-Projektor Display ansteuern?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
check-steps.pl
14] = 239; $orig[15] = 192; $orig[16] = 50; $orig[17] = 19; $orig[18] = 116; $orig[19] = 85; $orig[20] = 182; $orig[21] = 151; $orig[22] = 248; $orig[23] = 217; $orig[24] = 58; $orig[25] = 27; $orig[26] = 124; $orig[27] = 93; $orig[28] = 190; $orig[29] = 159; $orig[30] = 240; $orig[31] = 34; sub calc_next
in „An Bit Experten: "Alles CRC oder was?" - oder so.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
NCP380-D.PDF
0.10 0.18 0.26 D 2.90 3.00 3.10 c E 2.50 2.75 3.00 0.05 A E1 1.30 1.50 1.70 e 0.85 0.95 1.05 A1 L 0.20 0.40 0.60 DETAIL Z L2 0.25 BSC M 0° − 10° STYLE 1: STYLE 2: STYLE 3: STYLE 4: STYLE 5: STYLE 6: PIN 1. DRAIN PIN 1. EMITTER 2 PIN 1. ENABLE PIN 1. N/C PIN 1. EMITTER 2 PIN 1. COLLECTOR 2. DRAIN 2. BASE
in „5V USB 500mA Begrenzung“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
xminilab-manual.pdf
controlled on the default menu. The menu is shown on figure 7. Figure 7: Horizontal Menus 2.1.1 Time Base The time base can be varied from 8µs/div to 50s/div. Table 1 shows all the possible time bases. One time division consists of 16 pixels. Example: 8µs / division = 8µs / 16 pixels ==> 500ns / pixel. Time Base Fast *8µ 16µ 32µ 64µ 128µ 256µ 512µ 1m 2m 5m 10m s / div Slow 20m 50m 0.1 0.2 0.5 1 2 5 10 20 50 Table 3: Time divisions *At 8µs/div, CH2 is not displayed. 2.1.2 Technical Details There are two distinct
in „USART - xmodem (Xminilab) - Bildübertragung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
xminilab-manual.pdf
controlled on the default menu. The menu is shown on figure 7. Figure 7: Horizontal Menus 2.1.1 Time Base The time base can be varied from 8µs/div to 50s/div. Table 1 shows all the possible time bases. One time division consists of 16 pixels. Example: 8µs / division = 8µs / 16 pixels ==> 500ns / pixel. Time Base Fast *8µ 16µ 32µ 64µ 128µ 256µ 512µ 1m 2m 5m 10m s / div Slow 20m 50m 0.1 0.2 0.5 1 2 5 10 20 50 Table 3: Time divisions *At 8µs/div, CH2 is not displayed. 2.1.2 Technical Details There are two distinct
in „ATXmega32 flashen mit ATMEL Flip (Xminilab)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
447323-da-01-de-Praezisionswiderstand_PBV.pdf
range 0.5 mOhm - 1 Ohm Tolerances 0.5 %, 1 %, 5 % Temperature coefficient ( R > 10 mOhm ) < 30 ppm/K ( 20 °C to 60 °C ) Applicable temperature range -55 °C to +125 °C Load capacity 3 W / 10 W with heatsink provided Thermal resistance to aluminum base plate Rth < 3 K/W Thermal resistance to ambient Rth <
in „Suche Shunt“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
HM1507-3.06_Service_Manual_11-11-2005_EN.pdf
positions BandwidthX-amplifier: 0 – 3MHz (-3dB) CursormeasurementofΔU,Δtor1/Δt(frequency), from 1mV/div to 20V/div in 1-2-5 sequence, X-Y phase shift: <3° below 220kHz separate or in tracking mode. variable 2.5:1 to min. 50V/div Digital Time Base: Readoutintensity: separately adjustable. Accuracy in calibrated
-
Datei
valvo.txt
;BAV99;Valvo;SOT23;Diode;https://www.web-bcs.com/diode/dc/ba/BAV99.php?lan=de&cl=1&sale=&info= A8;;BAS19;Valvo;SOT23;Diode;https://www.web-bcs.com/ A81;;BAS20;Valvo;SOT23;Diode;https://www.web-bcs.com/; A82;;BAS21;Valvo;SOT23;Diode;https://www.web-bcs.com/ A91;;BAS17;Valvo;SOT23;Diode;https://www.web-bcs.com
in „Datenbuch Valvo 1977 gesucht“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Firmware_buglist_2.06.3.pdf
crashing and not responding anymore. 2. Apply test signal, do auto setup to trigger properly. Set time base to 4ns/DIV, change Acquisition mode from “Real Time” to “Equ Time”, hide menu by pushing F0, turn time base knob from 4ns/DIV to 2ns/DIV and DSO is crashing and not responding anymore. This bug seems
-
Datei
lcd.c
switch (by) { case 's': ptr = va_arg(ap,char *); while(*ptr) {lcd_write(*ptr++,1); } break; case 'b': Base = 2; goto ConversionLoop; case 'c': //Int to char format_flag = va_arg(ap,int); lcd_write (format_flag++,1); break; case 'i': Base = 10; goto ConversionLoop; case 'o': Base = 8; goto ConversionLoop; case 'x': Base = 16; //**************************** ConversionLoop: //**************************** itoa(va_arg(ap,int),str_buffer,Base); int b=0; while (str_buffer[b++] != 0){}; b--; if (b<move) { move -=b; for (tmp
in „LCD YL162-90 Pollin Initialisierung und Timing (16x2)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
2N2405.pdf
V VCER(sus)C = 100mA, RBE= 10, Note 1 140 − − V C = 100mA, RBE= 500, Note 1 120 − − V Collector−Base Breakdown VoltV(BR)CBO C = 0.1mA,EI = 0, Note 1 120 − − V Emitter−Base Breakdown VoltagV(BR)EBO C = 0.1mA,CI = 0, Note 1 7 − − V Collector Cutoff Current ICBO VCB = 90V,EI = 0 − − 0.01 A VCB = 90V,
-
PDF
TMS470.pdf
22 21 20 19 16 15 12 11 8 7 6 5 4 3 0 Cond 0 0 0 P U 0 W L Rn Rd 0 0 0 0 1 S H 1 Rm Offset register S H 01 = Unsigned halfwords 10 = Signed byte 11 = Signed halfwords Source/Destination register Base register
in „Vergleiche mit (2^n)-1 und -(2^n) schneller?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fprintf.c
copyright generated Matthias Koelling 02.01.2009 review released compiler AVR GCC target ATmega644P-20AU \endimplementation \history Rev Date Author Commentary 0.00 02.01.2009 Koelling generated \endhistory */ /*****************************************************************************/ /* -- Includes
in „Stacktiefe AVR-Controller“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BDX53F.pdf
. = 150 ABSOLUTE MAXIMUM RATINGS Symbol Parameter Value Unit NPN BDX53F PNP BDX54F VCBO Collector-Base Voltage EI = 0) 160 V VCEO Collector-Emitter VoltageB(I = 0) 160 V VEBO Emitter-base Voltage CI = 0) 5 V IC Collector Current 8 A CM Collector Peak Current 12 A IB Base Current 0.2 A o Ptot Total Dissipation
in „BDX53 Transistor“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
PH2925U.pdf
DS = 25 V; VGS = 0 V; Tj= 25 °C - 0.06 1 µA I gate leakage current V = 10 V; V = 0 V; T = 25 °C - 20 100 nA GSS GS DS j V GS = -10 V; VDS = 0 V; j = 25 °C - 20 100 nA RDSon drain-source on-state V GS = 4.5 V; D = 25 A; Tj= 150 °C; - 3.6 4.8 mΩ resistance see Figure 8 ; see Figure 9 V GS = 2.5 V; D =
in „Mosfet IRFP4568PbF wird extrem heiß - warum?“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
2SC2922.pdf
Complement to type 2SA1216 APPLICATIONS ·Audio and general purpose PINNING(see Fig.2) PIN DESCRIPTION 1 Base Collector;connected to 2 mounting base 3 Emitter Fig.1 simplified outline (MT-200) and symbol Absolute maximum ratings(Ta=25 ℃) SYMBOL PARAMETER CONDITIONS VALUE UNIT VCBO Collector-base voltage Open emitter 180 V VCEO Collector-emitter voltage Open base 180 V VEBO Emitter-base voltage Open collector 5 V IC Collector current 17 A IB Base current 5 A PC Collector power dissipation TC=25℃ 200 W T Junction temperature 150 ℃ j T stg Storage temperature
in „Gefälschte Transistoren!“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
FMMT6xx__SuperSOT_.pdf
ABSOLUTE MAXIMUM RATINGS. FMMT FMMT FMMT FMMT FMMT PARAMETER SYMBOL 617 618 619 624 625 UNIT Collector-Base Voltage V 15 20 50 125 150 V CBO Collector-Emitter Voltage VCEO 15 20 50 125 150 V Emitter-Base Voltage VEBO 5 5 5 5 5 V Peak Pulse Current** CM 12 6 6 3 3 A Continuous Collector Current C 3 2.5 2 1
in „BC547 durch Mosfet ersetzen?“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
SDS_Series_Oscilloscopes_Service_Manual_v1_0.pdf
........18 Figure 11: The schematic circuit diagram of the power supply............................20 Figure 12: Remove the Power switch button........................................................20 Figure 13: Remove the Ground Connection.........................................................21
in „WELEC W2000A vs. OWON SDS8102“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103xb.h
) #define TIM2_BASE (APB1PERIPH_BASE + 0x00000000UL) #define TIM3_BASE (APB1PERIPH_BASE + 0x00000400UL) #define TIM4_BASE (APB1PERIPH_BASE + 0x00000800UL) #define RTC_BASE (APB1PERIPH_BASE + 0x00002800UL) #define WWDG_BASE
in „System Workbench für STM32 Anfängerfragen“ · PC Hard- und Software ·
-
Datei
Signal_generator.c
delay.h> #include <math.h> #include <string.h> #include "LCD_KS0066.c" #define F_CPU 16000000UL #define BASE_2MHZ() TCCR1B = (1<<WGM12) | (1<<CS11) /* Prescaler 8 */ #define BASE_250KHZ() TCCR1B = (1<<WGM12) | (1<<CS11) | (1<<CS10) /* Prescaler 64 */ #define BASE_62500HZ() TCCR1B = (1<<WGM12) | (1<<CS12) /
in „Signalgenerator, Grenzen eines Atmega8“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
2SC3858_3.pdf
Complement to type 2SA1494 APPLICATIONS ·Audio and general purpose PINNING(see Fig.2) PIN DESCRIPTION 1 Base 2 Collector;connected to mounting base 3 Emitter Fig.1 simplified outline (MT-200) and symbol Absolute maximum ratings (Ta=25°C) SYMBOL PARAMETER CONDITIONS VALUE UNIT VCBO Collector-base voltage Open emitter 200 V VCEO Collector-emitter voltage Open base 200 V VEBO Emitter-base voltage Open collector 6 V IC Collector current 17 A IB Base current 5 A PC Collector power dissipatioTC=25 200 W Tj Junction temperature 150 Tstg Storage temperature -55~150
in „Aus einem Verstärker mehr Leistung rausholen“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
datei-dmesg.txt
disabled [ 0.000000] PAT not supported by CPU. [ 0.000000] original variable MTRRs [ 0.000000] reg 0, base: 0GB, range: 1GB, type WB [ 0.000000] reg 1, base: 1GB, range: 512MB, type WB [ 0.000000] reg 2, base: 1572352KB, range: 512KB, type UC [ 0.000000] total RAM covered: 1535M [ 0.000000] Found optimal
in „Limux:: Netzwerk und WLAN futsch.“ · PC Hard- und Software ·
-
Datei
T6963c.c
va_arg(ap,char *); while(*ptr) { T6963cPutChar(*ptr++); }//lcd_write(*ptr++,1); } break; case 'b': Base = 2; goto ConversionLoop; case 'c': //Int to char format_flag = va_arg(ap,int); T6963cPutChar(format_flag++);// (format_flag++,1); break; case 'i': Base = 10; goto ConversionLoop; case 'o': Base = 8; goto ConversionLoop; case 'x': Base = 16; ConversionLoop: itoa(va_arg(ap,int),str_buffer,Base); int b=0; while (str_buffer[b++] != 0){}; b--; if (b<move) { move -=b; for (tmp = 0;tmp<move;tmp++) { str_null_buffer[tmp] = '0'; } //tmp +
in „AVR für wenig Geld im LAN“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
NEC_Usage_of_Three_Terminal_Regulators.pdf
Transistor NPN transistor PNP transistor Separation region Separation region + Separation region Collector Base Emitter n Base p Collectorp Emitter p + p p n n+ n p n p + + n n P-type substrate User’s Manual G12702EJ8V0UM00 5 Figure 2-2. Structure of Resistor Base diffused resistor Base pinch resistor Separation
in „Literatur des Linearregler“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
ntp-4.2.8p10_hopf_clockmouse_V0.9_2017-11-30.diff
<ImportGroup Label="PropertySheets"> - </ImportGroup> - <PropertyGroup Label="UserMacros"> - <OutBaseDir>$(SolutionDir)\$(Platform)-out\$(Configuration)</OutBaseDir> - <TmpBaseDir>$(SolutionDir)\$(Platform)-tmp\$(Configuration)</TmpBaseDir> - </PropertyGroup> - <PropertyGroup> - <_ProjectFileVersion
in „Hopf Clock Mouse --> Abfrageprotokoll“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
grasshopper_schematic.pdf
1] PA19 P1 PA19(USART1-RTS/TIMER0-CLK1) PC19(LCDC-CC/MACB1-COL) G9 PC19 [1] [1,6] LED1 46 45 [1] PA20 R97 49R9 P3 PA20(USART1-CTS/SPIO-NPCS3) PC20(LCDC-HSYNC) F9 PC20[1] [1,6] LED2 48 47 [1,4] CLK25 PA21(SSC0-RX_FRAME_SYNC/PWM-PWM2) PC21(LCDC-PCLK) PC21[1] [1,6] LED3 [1,6] PWRLED R1 PA22(SSC0-RX_CLOCK
in „Grasshopper Inbetriebnahme“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BUK7514-55A.pdf
min 15,8 max 3,0 max not tinned 3,0 13,5 min 1,3 max 1 2 3 (2x) 0,9 max (3x) 0,6 2,4 2,54 2,54 Fig.20. SOT78 (TO220AB); pin 2 connected to mounting base. 1. Observe the general handling precautions for electrostatic-discharge sensitive devices (ESDs) to prevent damage to MOS gate oxide. 2. Refer to mounting
in „Wärmewiderstandsberechnung FET“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
BUK_7514-55.pdf
min 15,8 max 3,0 max not tinned 3,0 13,5 min 1,3 max 1 2 3 (2x) 0,9 max (3x) 0,6 2,4 2,54 2,54 Fig.20. SOT78 (TO220AB); pin 2 connected to mounting base. 1. Observe the general handling precautions for electrostatic-discharge sensitive devices (ESDs) to prevent damage to MOS gate oxide. 2. Refer to mounting
in „Brauche Hilfe bei Motoransteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PSMN3R7-100BSE.pdf
Unit VDS drain-source voltage 25 °C ≤ T j 175 °C - 100 V V drain-gate voltage 25 °C ≤ T ≤ 175 °C; R = 20 kΩ - 100 V DGR j GS VGS gate-source voltage -20 20 V Ptot total power dissipation Tmb = 25 °C; Fig. 1 - 405 W D drain current V GS= 10 V; Tmb = 25 °C; Fig. 2 [1] - 120 A V = 10 V; T = 100 °C; Fig. 2
in „Mysteriöser Mosfet-Tod und der Spirito-Effekt“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
txt_util.vhd
hex conversion and other bases) function chr(int: integer) return character; -- converts integer into string using specified base function str(int: integer; base: integer) return string; -- converts integer to string, using base
in „Rechnen im Hex-Dezimalsystem mit Dezimalanzeige“ · FPGA, VHDL & Co. ·