-
Datei
ECU_1_0.asm
, high(10000) brcc lcd_number1 subi temp2, low(-10000) sbci temp3, high(-10000) rcall lcd_data ; ** Tausender ** ldi temp1, '0'-1 lcd_number2: inc temp1 subi temp2, low(1000) sbci temp3, high(1000) brcc lcd_number2 subi temp2, low(-1000) sbci temp3, high(-1000) rcall lcd_data */ ; ** Hunderter ** ldi temp1, '0'-1 lcd_number3: inc temp1 subi temp2, low(100) sbci temp3, high(100) brcc lcd_number3 subi temp2, -100 ; + 100 High-Byte
in „Mega8 assembler LCD ADC beendet nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
countdown_timer_4x7_seg_06092016_mit_Leuchten_pausen..ino.ino
); digitalWrite(dotPoint4,HIGH); } else if (setPoint==3) { digitalWrite(dotPoint1,LOW); digitalWrite(dotPoint2,LOW); digitalWrite(dotPoint3,HIGH); digitalWrite(dotPoint4,LOW); } else if (setPoint==2) { digitalWrite(dotPoint1,HIGH
in „Countdown timer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
bq24780s.pdf
HIGH Active low, open-drain output for hybrid power boost mode indication. It is pulled low when the IC is operating in TB_STAT 16 boost mode. Otherwise, it is pulled high. Connect a 10-kΩ pullup resistor
in „Widerstand Bestimmung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ch552.pas
mode 3, stop timer1 } //---------------------------------- var TL0 : sfr absolute $8A; volatile; // low byte of timer 0 count TL1 : sfr absolute $8B; volatile; // low byte of timer 1 count TH0 : sfr absolute $8C; volatile; // high byte of timer 0 count TH1 : sfr absolute $8D; volatile; // high byte of
in „Turbo51 und CH55x“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ch559_iar.h
SFR unsigned char T3_CTRL @ 0xAA; // timer 3 control #define bT3_CAP_M1 0x80 // timer3 capture mode high bit #define bT3_CAP_M0 0x40 // timer3 capture mode low bit #define bT3_PWM_POLAR 0x20 // timer3 PWM output polarity: 0=default low and high action, 1=default high and low action #define bT3_CAP_WIDTH
in „Doppelbelegung SBIT bei IAR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
t6963c.h
glcd_sget(void) // get LCD display status byte { int glcd_status; glcd_SET_DATADIR_IN(); glcd_cd_high(); // bring LCD C/D line high (read status byte) glcd_rd_low(); // bring LCD /RD line low (read active) glcd_ce_low(); // bring LCD /CE line low (chip-enable active) asm volatile ("nop"::); asm volatile
-
Datei
main_SAVE160302_Auszug.c
Formel: UW.MBg*AL/MBg, wird vom Compiler nur ein mal berechnet #define LED_OBER_BEREICH (AUSGANG_SET_HIGH(PORTB,PB0)); (AUSGANG_SET_LOW(PORTB,PB1)); (AUSGANG_SET_LOW(PORTB,PB2)) // LED1 (Spg. Oberbereich) ein, Rest aus #define LED_MITTEL_BEREICH (AUSGANG_SET_LOW(PORTB,PB0)); (AUSGANG_SET_HIGH(PORTB,PB1)); (AUSGANG_SET_LOW(PORTB,PB2))// LED2 (Spg. Mittelbereich) ein, Rest aus #define LED_UNTER_BEREICH (AUSGANG_SET_LOW(PORTB,PB0)); (AUSGANG_SET_LOW(PORTB,PB1)); (AUSGANG_SET_HIGH(PORTB,PB2)) // LED3 (Spg. Unterbereich)
in „Werteübergabe an Funktion()“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
va.c
rausschreiben. { if (bit_test (value, i)) //bit_test. output_high(Data); //Data auf high. else output_low(Data); //Data auf low. delay_us(2); //Delay. output_high(Clock); //Clock auf high. delay_us(6); //Delay. output_low(Clock); //Clock auf low. output_low(Data); //Data auf low. } } output_high(CS1); //CS auf high. delay_us(1); //Delay. output_high(Clock); //Clock auf high. output_high(Data); //Data auf high. delay_ms(100); //Delay. }
in „Programmiertfrage bez. SPI und Baustein“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
W83627HF_HGb.pdf
has been exceeded. Bit 2: A one indicates a High or Low limit of +3.3VIN has been exceeded. Bit 1: A one indicates a High or Low limit of VCOREB has been exceeded. Bit 0: A one indicates a High or Low limit of VCOREA has been exceeded. Interrupt Status
in „Pullups für nicht verwendete Open-Drain-Outputs?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
datasheet_5_.pdf
retain first stage H ↑ h l h X q0 q0 q1 q2 q2 parallel load H ↑ l X X dn d0 d1 d2 d3 d3 Notes 1. H = HIGH voltage level h = HIGH voltage level one set-up time prior to the LOW-to-HIGH clock transition L = LOW voltage level I = LOW voltage level one set-up time prior to the LOW-to-HIGH clock transition q, d = lower case letters indicate the state of the referenced input (or output) one set-up time prior to the LOW-to-HIGH clock transition X = donÕt care ↑ = LOW-to-HIGH clock transition December 1990 4 Philips
in „74hct195 an rs232“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ch557.h
: data low byte of low word for flash-ROM reading// ReadOnly: data high byte of low word for flash-ROM reading SFR_(ROM_DATA_L, 0x8E); // data low byte for flash-ROM writing SFR_(ROM_DATA_H, 0x8F); // data high
in „uC für 0,20€ CH552 / CH554 von WCH Billig Micro mit USB Funktion, Chip vorstellung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CH340DS1.PDF
input signal, clear sending, active with low(high) MODEM liaison input signal, data equipment is ready, 12 DSR# IN active with low(high) MODEM liaison input signal, oscillate ring to prompt, 13 RI# IN active with low(high) The DataSheet of CH340 (the first) 3 14 DCD# OUT MODEM liaison input signal, carrier wave detection, active with low(high) 15 DTR# OUT MODEM liaison output signal, data endpoint is ready, active with low(high) 16 RTS# OUT MODEM liaison output signal, request to send, active with low(high) CH340T:negative phasic clock
in „Chip aus USB-Parallel-Adapter“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ch552_keil.h
bit timer using TF1 and controlled by TR1, timer1 run enable if it is not mode 3 sfr TL0 = 0x8A; // low byte of timer 0 count sfr TL1 = 0x8B; // low byte of timer 1 count sfr TH0 = 0x8C; // high byte of timer 0 count sfr TH1 = 0x8D; // high byte of timer 1 count /* UART0 Registers */ sfr SCON = 0x98;
in „uC für 0,20€ CH552 / CH554 von WCH Billig Micro mit USB Funktion, Chip vorstellung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ch552_keil.h
bit timer using TF1 and controlled by TR1, timer1 run enable if it is not mode 3 sfr TL0 = 0x8A; // low byte of timer 0 count sfr TL1 = 0x8B; // low byte of timer 1 count sfr TH0 = 0x8C; // high byte of timer 0 count sfr TH1 = 0x8D; // high byte of timer 1 count /* UART0 Registers */ sfr SCON = 0x98;
in „uC für 0,20€ CH552 / CH554 von WCH Billig Micro mit USB Funktion, Chip vorstellung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ST29F400BB.pdf
Min 40 40 45 ns tGHWL Output Enable High to Write Enable Low Min 0 0 0 ns tWHGL OEH Write Enable High to Output Enable Low Min 0 0 0 ns (1) tWHRL tBUSY Program/Erase Valid to RB Low Max 30 30 30 ns tVCHEL VCS VCC High to Chip Enable Low Min
in „AT91 & OpenOCD Externes Flash Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
6581.pdf
Min 40 40 45 ns tGHWL Output Enable High to Write Enable Low Min 0 0 0 ns tWHGL OEH Write Enable High to Output Enable Low Min 0 0 0 ns (1) tWHRL tBUSY Program/Erase Valid to RB Low Max 30 30 30 ns tVCHEL VCS VCC High to Chip Enable Low Min
in „Externes Flash M29F400B ansprechen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
jkem_pwb_productrange.pdf
- High speed stripping at low concentration - For aqueous and semi-aqueous dry films • TIN STRIPP ERS - Single- and two step versions 10 K mag of mid-phosphorous Ni 6000 deposit. - High metal capacity - No
-
Datei
12V_Tiefentladeschutz_19.asm
;adc_akku_1: ; tst INTERVALLZEIT ; brne adc_akku_end ; cpi AKKU_L,low(W_FREISCHWELLE) ; ldi A,high(W_FREISCHWELLE) ; cpc AKKU_H,A ; brcs abschaltung ; tst RUHEZEIT ; brne flimmern ; cpi AKKU_L,low(W_00) ; ldi A,high(W_00) ; cpc AKKU_H,A ; brcs null ; cpi AKKU_L,low(W_0) ; ldi A,high(W_0) ; cpc AKKU_H,A ; brcs null ; cpi AKKU_L,low(W_25) ; ldi A,high(W_25) ; cpc AKKU_H,A ; brcs null ; cpi AKKU_L,low(W_50) ; ldi A,high(W_50) ; cpc AKKU_H,A ; brcs zweifuenf ; cpi AKKU_L,low(W_75)
in „Wie geht man ein Assemblerprojekt an ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
(PINA & 1<<PINA7) // PINB.7: Drehencoder 4, Phase B #define BCD_out PORTC volatile char counter1_high=0, counter1_low=0, counter2_high=0, counter2_low=0, counter3_high=0, counter3_low=0, counter4_high=0, counter4_low=0; // -128 ... 127 int main( void ) { TCCR0 = 1<<CS01; //divide by 8 * 256 TIMSK =
in „Zugriff auf eine "volatlie" Variable aus zwei verschiedenen Interrupts möglich?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Programmcode.txt
6; } case 6: if(val > tolerance_HIGH) { digitalWrite(8, HIGH); T_Periode_LOW_enable = 0; if((T_Periode_LOW_enable == 0) && (T_Periode_HIGH_enable == 0)){ T_Periode_ms = ((T_Periode_HIGH * 0.25) + (T_Periode_LOW * 0.25)); rpm = (60000/T_Periode_ms); T_Periode_HIGH = 0; } T_Periode_HIGH_enable = 1; state = 7; } case 7: if(val < tolerance_LOW) { digitalWrite(8, LOW); T_Periode_HIGH_enable = 0; if((T_Periode_HIGH_enable == 0) && (T_Periode_LOW_enable == 0)) { T_Periode_ms
in „Drehzahlmessung mit Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Data_Schottky___HF_Dioden.pdf
3 GHz, very good performances as low noise mixer 1.2 10 0.33 and low 1/F noise, see HP applic. notes ( HP list 4 $ )2-2900 2,00 1,90 1,80 5 100 0.33 high voltage BAT46 (= 0,40 0,36 0,33 for HF and VHF BAT41) 7 30 0.28 frequencies high
-
Datei
hmpf.c
#define WP 32 #define HOLD 8 void SPI_WRITE(char x) { for(int i = 7; i >= 0; i--) { pio.OutputLevelLow(CLK); if (x & (1<<i)) pio.OutputLevelHigh(MOSI); else pio.OutputLevelLow(MOSI); Wait_us(10); pio.OutputLevelHigh(CLK); Wait_us(10); } pio.OutputLevelLow(CLK); } char SPI_READ() { char ret = 0; for(int
in „SPI-FRAM antwortet immer nur 0xFF“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
The_Terawatt_Challenge_for_Thin-Film_PV__NREL.pdf
layers (non-BOM) for the long-term scenario (1GW/yr). The CIS approaches (Figure 2) run the gamut from high-cost, high-efficiency to low-cost, low-efficiency, and everything in between. The higher capital cost technologies are in pilot production. Others are just demonstrating cells. Although most of the
-
Datei
CAN-routines.asm
;CS High ret ;_______________________________________________ mcp2515_init: cbi MCP_CSPort, MCP_CS ;CS Low rcall delay ldi temp1, SPI_RESET rcall spi_putc rcall delay100us rcall delay100us rcall delay100us sbi
in „CAN-Bus mit Arduino auswerten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Fibonacci.ino
][40]; // z3 = z1 + z2; void add80(uint8_t *z1, uint8_t *z2, uint8_t *z3) { uint8_t i, carry, tmp, low, high, lowA, highA; carry = 0; for (i=0; i<40; i++) { tmp = z1[i]; low = tmp & 0xF; high = tmp >> 4; tmp = z2[i]; lowA = tmp & 0xF; highA = tmp >> 4; lowA += low + carry; if (lowA > 9) { lowA -= 10; carry = 1; } else { carry = 0; } highA += high + carry; if (highA > 9) { highA -= 10; carry = 1; } else { carry = 0; } z3[i] = (highA<<4 ) | lowA; } } // Ausgabe von Akku auf UART void print80(uint8_t *zahl) { uint8_t tmp, low, high; for
in „Wettkampf Opa(MOS6502) gegen Frischling(ATmega)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MAX3293-MAX3295.pdf
500mV/divns/div Y, Z: 500mV/divns/div Pin Description PIN NAME FUNCTION 1 DI Driver Input. A logic low on DI forces the noninverting output (Y) low and the inverting output (Z) high. A logic high on DI forces the noninverting output (Y) high and the inverting output (Z) low. 2 V CC Positive Supply. CC
in „Stromaufnahme eines RS422-Receivers anhand von Datenblatt ermitteln“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ltc1257_logical.txt
H H H H H H Loop entrance 02 L L H H H H H H DATA bit output 02 H L H H H H H H CLK pulled high & shifted 02 L L H H H H H H CLK pulled low 03 L L H H H H H H Loop entrance 03 L H H H H H H H DATA bit output 03 H H H H H H H H CLK pulled high & shifted 03 L H H H H H H H CLK pulled low 04 L H
in „LTC1257 - Problem mit Ansteuerung (SPI)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AP2402630_EMC_Guidelines_1.pdf
(Vih) should be choosen. E.g. prefer HC (High Speed CMOS) or AC (Advanced CMOS) standard IC’s due to higher Vih. Select optimum (i.e. not unnecessarily fast) rise-/fall times to decrease di/dt noise. Use the criterion of low cross currents for
in „Logikteil vom Leistungstteil trennen - aber wie?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
RH6016.pdf
Options OC/OD Output active high/low Configurable Configurable Active high Active low Configurable Low power/Fast mode Low power Low power Low power Low power Low power Maximum Release 8s Infinity 8s 8s 16s Time Latch/Synchronous Synchronous
in „Funktion Bereichsschalter chinesisches KFZ-Batterieladegerät?“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
PCF-Test-2c.c
I2C-Ansprache ################################# void pulse (void) // SCL ist seit i2cstart Ausgang und high (wg. Pullup) { PORTC &= ~(1<<SCL); // SCL low PORTC |= (1<<SCL); // SCL kurz high _delay_ms(1); // 1 ms sicher viel zu lang - funktioniert es trotzdem? PORTC &= ~(1<<SCL); // SCL wieder low return;
in „Software-TWI: enge Clock-Frequenz oder beliebige Zeiten?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EMI_Design_Guidelines_for_USB_Components_Intel.pdf
due to the series inductance of the drain wire and the tendency of foil to crack with cable flexing. Low speed USB cables are not required to have shielding or to maintain a specified impedance. USB receptacles should maintain high quality shielding and a low RF impedance between the receptacle shell and
in „USB-Abschirmung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
V9958.ino
pinMode(pinWAIT, INPUT); pinMode(pinINT, INPUT); pinMode(pinCPUCLK, INPUT); digitalWrite(pinCSR, HIGH); digitalWrite(pinCSW, HIGH); digitalWrite(pinRESET, HIGH); digitalWrite(pinMODE0, LOW); digitalWrite(pinMODE1, LOW); //Reset digitalWrite(pinRESET, LOW); delay(5); digitalWrite(pinRESET, HIGH); } void
in „Brauche Hilfe beim Ansteuern eines v9958 mit Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MAX187_MAX.pdf
Time +5V 3k DOUT DOUT 3k CLOAD = 100pF CLOAD= 100pF DGND DGND a. OHto High-Z b. OLto High-Z Figure 2. Load Circuits for DOUT Disable Time 8 _______________________________________________________________________________________ +5V, Low-Power, 12-Bit Serial ADCs M 4.7 F 4.7
in „AD-Wandler mittels Optokoppler anbinden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
mt8888c-datasheet-sep2005-1.pdf
necessary connections for a differential input configuration. 3.0 Receiver Section Separation of the low and high group tones is achieved by applying the DTMF signal to the inputs of two sixth-order switched capacitor bandpass filters, the bandwidths of which correspond to the low and high group frequencies
in „1 bit/s reicht“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
Datei
ch559_keil.h
GPIO_IE = 0xCF; // GPIO interrupt enable #define bIE_IO_EDGE 0x80 // enable GPIO edge interrupt: 0=low/high level, 1=falling/rising edge #define bIE_RXD1_LO 0x40 // enable interrupt by RXD1 low level / falling edge #define bIE_P5_5_HI 0x20 // enable interrupt by pin P5.5 high level / rising edge #define
in „uC für 0,20€ CH552 / CH554 von WCH Billig Micro mit USB Funktion, Chip vorstellung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LidarFunctions.h
= (angle[z+2] * 2) ; rounds = angle[z] ; angle_low = angle[z+5] ; for (int i = 1 ; i <= rounds ; i++) { ta_low = raw_data_array[angle_low] ; ta_high = raw_data_array[angle_low +1] ; distance = (((ta_high << 8 | ta_low) / 4)) ; health[health_ind] = distance
in „YDLidar X4 Pro an Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AXP202_PMU.pdf
Li-Battery PWM Charger and Power System Management IC supply. N_VBUSEN REG30H[7] Input Power Description Low 0 VBUS Select if VBUS is valid and no ACIN is available Low 1 VBUS High 1 VBUS select if VBUS is valid High 0 ACIN/BAT Not select VBUS Low-Power Warning and Low-Power Protection (Automatic Poweroff)
in „LilyGo T-Watch 2020 v1 Micropython“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
lcd_rw_high() LCD_RW_PORT |= _BV(LCD_RW_PIN) #define lcd_rw_low() LCD_RW_PORT &= ~_BV(LCD_RW_PIN) #define lcd_rs_high() LCD_RS_PORT |= _BV(LCD_RS_PIN) #define lcd_rs_low() LCD_RS_PORT &= ~_BV(LCD_RS_PIN) /* we
in „EA DIP 204 Display an LCD2USB mit LCD4LINUX“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stepper.c
)) gpio_set_pin_high(GRBL32_DIR_Z); else gpio_set_pin_low(GRBL32_DIR_Z); #if N_AXIS > 3 if (st.dir_outbits[3]&(1<<A_DIRECTION_BIT)) gpio_set_pin_high(GRBL32_DIR_A); else gpio_set_pin_low(GRBL32_DIR_A); #endif #if N_AXIS
in „Problem mit Positionsrückmeldung bei GRBL“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MAX941-MAX944.pdf
high-speed comparators optimized for systems pow- for Automotive Applications X ered from a 3V or 5V supply. These devices combine high speed, low power, and rail-to-rail inputs. ♦ Optimized for 3V and 5V
in „Verstärkung 2V -> 3.3V“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
23LCV1024.a51
CS HIGH mov a,r7 mov p2,a ret ; pull cs high after write write: mov r1,#8 write8BitsLoop: mov a,r7 rl a ; rotate msb to lsb mov r7,a anl a,#00000001b ; get lsb jz low_1 high_1: setb p1.2 jmp write_ low_1: clr p1.2 jmp write_ write_: setb p1.1 ; SCK HIGH clr p1.1 ; SCK LOW djnz r1,write8BitsLoop ret ; pull cs high after read read: mov r7,#0h mov r1,#8 read8BitsLoop: mov a,r7 rl a setb p1.1 ; SCK HIGH clr p1.1 ; SCK LOW jb p1.3, high_2 jnb p1.3, low_
in „Probleme mit SRAM 23LCV1024“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
_23LCV1024.a51
CS HIGH mov a,r7 cpl a mov p0,a ret ; pull cs high after write write: mov r1,#8 write8BitsLoop: mov a,r7 rl a ; rotate msb to lsb mov r7,a anl a,#00000001b ; get lsb jz low_1 high_1: setb p2.3 jmp write_ low_1: clr p2.3 jmp write_ write_: setb p2.2 ; SCK HIGH clr p2.2 ; SCK LOW djnz r1,write8BitsLoop ret ; pull cs high after read read: mov r7,#0h mov r1,#8 read8BitsLoop: mov a,r7 rl a setb p2.2 ; SCK HIGH clr p2.2 ; SCK LOW jb p2.0, high_2 jnb p2.0, low_
in „Probleme mit SRAM 23LCV1024“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TMC2209_datasheet_rev1.07.pdf
mstep_reg_select) 23 - reserved set to 0 22 21 20 19 18 17 vsense sense resistor voltage 0: Low sensitivity, high sense resistor voltage based current scaling 1: High sensitivity, low sense resistor voltage 16 tbl1 TBL %00 … %11: 15 tbl0 blank time select Set comparator blank time to 16, 24, 32
in „Industrielle [3D-Drucker] Bastelgrundlagen“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
lcd.c
); } void lcd_rs_high(void) { LCD_PORT |= _BV(LCD_RS_PIN); } void lcd_rs_low(void) { LCD_PORT &= ~_BV(LCD_RS_PIN); } void lcd_e_toggle(void) { lcd_e_high(); lcd_e_delay(); lcd_e_low(); } void lcd_write(uint8_t data, uint8
in „LCD gibt keine Zeichen aus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Hardwareaufbau.pdf
von high auf low wechselt muss noch ein Nullbyte in die RX_ASYNC_FIFO geschrieben werden. Denn das RX_FRAME Signal wird als Flag in der RX_ASYNC_FIFO mitgespeichert und so wird sichergestellt, dass der auslesende
-
PDF
Si823x_-_AMP_ISOdriver.pdf
Overlap Programmable Inputs Peak Output Protection Dead Time Current (A) Si8230 High-Side/Low-Side VIA, VIB 0.5 Si8231 High-Side/Low-Side PWM 0.5 Si8232/7 Dual Driver — — VIA, VIB 0.5 Si8233 High-Side/Low-Side VIA, VIB 4.0 Si8234 High-Side/Low-Side PWM 4.0 Si8235/6/8
in „Si8223 - Highside/Lowside Treiber - normales Verhalten?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
1LTC2433-1fa.pdf
C IN Digital Input Capacitance 10 pF CS, O C IN Digital Input Capacitance (Note 8) 10 pF SCK V High Level Output Voltage I = –800 A V – 0.5 V OH O CC SDO V OL Low Level Output Voltage IO= 1.6mA 0.4 V SDO V OH High Level Output Voltage IO= –800 A (Note 9) VCC– 0.5 V SCK V OL Low Level Output Voltage
in „AVR ISP mkII sagt Kurzschluss zwischen SCK & MOSI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MOSFET_Treiber_slup169.pdf
by Driver the resonant components of the power stage. Q OFF Since these dv/dt’s are significantly higher than OUT during power up and V TH is usually lower due to GND the higher operating junction temperature, protection must be provided by the low output impedance of the gate drive circuit. The first
in „Igbt über Trafo --> Ansteuerungssignal unsauber“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
tps3847.pdf
A logic low on MR causes RESET to transition to logic low after the MR (VCC) IT– propagation delay (t pd(MR) elapses. When MR returns to a logic high and V (VCC)exceeds V IT+ RESET transitions to logic high afterdt
in „Spannungsüberwachung 12V ohne uC“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
tlc1549_.pdf
external driving source to ANALOG IN should have a current capability ↓ 10 mA. CS 5 I Chip select. A high-to-low transition on CS resets the internal counters and controls and enables DATA OUT and I/O CLOCK within a maximum of a setup time plus two falling edges of the internal system clock. A low-to-high
in „10 Bit ADC (seriell) wie TLC1549 gesucht“ · Mikrocontroller und Digitale Elektronik ·