Enter keywords or part number    



 
  All pages     Appnotes     Company     Products     Support  


New IC Caps Two Decades of UART Development - Maxim   [Open results in new window]
... stage process in which the µC first transmits via a "bit-banged" SPI serial ...
Nine-bit mode configures the MAX3100 for eight bits plus a parity bit, which is ...

korea.maxim-ic.com/appnotes.cfm/appnote_number/691 - 47k

Proven Implementations of the I²C Bus - Maxim   [Open results in new window]
... is a low-power 16-bit RISC µC capable of bit-banging Standard-mode, Fast ... µC:
Microcontroller; 8-N-1: 8 bits, no parity, and 1 stop bit. References: Philips ...

korea.maxim-ic.com/appnotes.cfm/an_pk/4267/ - 31k

Proven Implementations of the I²C Bus - Maxim   [Open results in new window]
... is a low-power 16-bit RISC µC capable of bit-banging Standard-mode, Fast ... µC:
Microcontroller; 8-N-1: 8 bits, no parity, and 1 stop bit. References: Philips ...

korea.maxim-ic.com/appnotes.cfm/an_pk/4267 - 31k

Interfacing SPI Peripherals to the MAX7651 Processor - Maxim   [Open results in new window]
... SPI, SPI interface, SCK, MOSI, MISO, CS, I/O ports, bit banging, SPI peripheral. ...
speed of the MAX7651, as the I/O port bits are simply "bit-banged" as fast ...

korea.maxim-ic.com/appnotes.cfm/an_pk/802 - 30k

Frequently Asked Questions about Data Converters - Maxim   [Open results in new window]
... port speed might be quite high, the actual bit-bang throughput rate is ... Can I Use
Bit-Banging? ... code subroutine simultaneously reads and writes 8 bits through a ...

korea.maxim-ic.com/appnotes.cfm/an_pk/801 - 74k

Frequently Asked Questions about Data Converters - Maxim   [Open results in new window]
... port speed might be quite high, the actual bit-bang throughput rate is ... Can I Use
Bit-Banging? ... code subroutine simultaneously reads and writes 8 bits through a ...

korea.maxim-ic.com/appnotes.cfm/an_pk/801/ - 74k

Maxim의 직렬 인터페이스 소프트웨어의 로딩 속도 ...   [Open results in new window]
... 이 소프트웨어는 버스 로딩 동작을 PC의 병렬 프린터 포트
상의 "bit-banging"¹을 통하여 수행한다. 이 ...

korea.maxim-ic.com/appnotes.cfm/an_pk/813 - 29k

Efficient Bit-Banged SPI Port for 8051-Compatible Microcontrollers ...   [Open results in new window]
... Again, the sbit type defines identifiers that will reference specific bits in the ...
The spiReadWriteBlock function contains the code for the bit-banged SPI port. ...

korea.maxim-ic.com/appnotes.cfm/an_pk/3524 - 25k

High-Speed I²C for the MAX1239 ADC Using the MAXQ2000 ...   [Open results in new window]
... samples from the MAX1239 by bit-banging a HS-mode I²C interface on the MAXQ2000's
GPIO ports. The MAXQ2000's 16MHz system clock allows the bit-banged HS-mode ...

korea.maxim-ic.com/appnotes.cfm/an_pk/4318 - 38k

An LED Target-Practice Game Uses the MAXQ2000 and MAX7312 - Maxim   [Open results in new window]
... by bit-banging an I²C interface on the MAXQ2000's general-purpose input/output
(GPIO) ports. The MAXQ2000's 20MHz system clock allows the bit-banged I²C ...

korea.maxim-ic.com/appnotes.cfm/an_pk/4533 - 23k

Using the MAXQ2000 to Implement a High-Speed I2C Interface for the ...   [Open results in new window]
... bit-banging a high-speed I 2 C interface on the MAXQ2000's general-purpose
input/output (GPIO) ports. The MAXQ2000's 20MHz system clock allows the bit-banged ...

korea.maxim-ic.com/appnotes.cfm/an_pk/4042 - 22k

Real-Time-Clock Selection and Optimization - Maxim   [Open results in new window]
... 3-Wire (Intel and Others, and I/O Port "Bit-Banging"): 3-wire; data in/data out
(I ... be minimized, it is common to choose a 3-wire bus and "bit-bang" the interface ...

korea.maxim-ic.com/appnotes.cfm/an_pk/617 - 36k

Digital Adjustment of DC-DC Converter Output Voltage in Portable ...   [Open results in new window]
... several error sources to consider: Full-Scale Voltage Error: For DACs with <=
8-bits of resolution ... Typical choices are SPI™, I²C, SMBus™, or bit-banging. ...

korea.maxim-ic.com/appnotes.cfm/an_pk/818 - 58k

Interfacing the MAX7651/MAX7652 12-Bit Data Acquisition System to ...   [Open results in new window]
... The MAX7651 uses two unused general-purpose I/O port pins to bit-bang the serial
clock (SCL) and the bi ... DJNZ, B,EEIN, ; GET NEXT BIT IF LESS THAN 8 BITS READ. ...

korea.maxim-ic.com/appnotes.cfm/an_pk/826 - 38k

Using a UART to Implement a 1-Wire Bus Master - Maxim   [Open results in new window]
... of an 8-bit or 16-bit microcontroller in a "bit banging" manner to ... rate, data bits
per character, parity and number of stop bits, a 115,200 bit per second ...

korea.maxim-ic.com/appnotes.cfm/an_pk/214 - 32k

Using a UART to Implement a 1-Wire Bus Master - Maxim   [Open results in new window]
... of an 8-bit or 16-bit microcontroller in a "bit banging" manner to ... rate, data bits
per character, parity and number of stop bits, a 115,200 bit per second ...

korea.maxim-ic.com/appnotes.cfm/an_pk/214/ - 32k

MAXQ2000 마이크로컨트롤러용 소프트웨어 I²C ...   [Open results in new window]
... O 전원 전압을 특징으로 하므로 비트뱅잉(bit-banging) 애플리케이션에 적합하다 ...
PR0 = 0x07DD; // 19200bps // 2. Init bit-banged I²C port ...

korea.maxim-ic.com/appnotes.cfm/an_pk/3588 - 38k

Building a 1-Wire Temperature Logger Using the MAXQ3210 - Maxim   [Open results in new window]
... Description : Transmits a 10-bit serial character (bit-banged) ;; over P0.0 ... LC[0], $
move LC[1], #8 ; 8 bits TxCharBB_bitLoop: rrc ; Get the next bit jump C ...

korea.maxim-ic.com/appnotes.cfm/an_pk/3769 - 49k

Using the DS80C400/TINIm400 for Remote Audio - Maxim   [Open results in new window]
... and two I/O pins (P1.0 and P1.1). Bits in the ... Next we bit bang our audio sample out
to the DAC. ... After the audio sample is banged out, we store the new value of ...

korea.maxim-ic.com/appnotes.cfm/an_pk/3266 - 37k

Ultra-High-Speed Flash Microcontroller Software SPI - Maxim   [Open results in new window]
... This application note introduces a software (bit bang) SPI™ library ... In 16-bit word
mode, two bytes are transferred, but ... word" may be 8 or 16 bits in length ...

korea.maxim-ic.com/appnotes.cfm/an_pk/3078 - 24k

Result Page:   1   2   3   Next


        •         •         •     Privacy Policy     •     Legal Notices

    Copyright © 2009 by Maxim Integrated Products