Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

elektor usb interface docs

Status
Not open for further replies.

aamiralikhoja

Member level 5
Joined
Aug 11, 2004
Messages
90
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
708
Any body have elektor usb interface documents and related source code.
 

taday said:
u try this link

h**p://www.intel.com/intelpress/usb/documentation.htm

Do not spaming !!!
 

Hi aamiralikhoja,
I hope that helps.

Tornado
 

can some one tell me what is elektor USB
 

vasureddym said:
can some one tell me what is elektor USB

Files from Elektor magazine article:
USB Interface
Publication: Elektor / Elektuur Sep 2000


; Target:
; Cypress 7C63000 8bit RISC microcontroller with 1.5Mbps USB serial interface
; Dallas 1623: High Resolution Temperature Measurement Sensor
; Overview
; There are four main sub-systems: USB, Thermometer, LED, and Button.
; The system is started in the main() routine at reset. This routine
; initializes the USB variables, the IO ports, the Thermometer logic,
; and the data space. All USB communication occurs on an interrupt basis.
; First, Main() loops waiting for a USB reset.
; After receiving a USB reset, Main() enables the Endpoint 0 interrupt and
; loops waiting for Setups which ultimately will the result in the device
; being enumerated.
; Once the device has been enumerated on the USB, the main loop waits 10ms,
; polls the thermometer, updates the LED, and initializes end point 1 if
; appropriate.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top