Maxim MAX3420E دليل المستخدم

دليل المستخدم للجهاز Maxim MAX3420E

جهاز: Maxim MAX3420E
فئة: خلاط موسيقى
الصانع: Maxim
مقاس: 0.06 MB
مضاف: 8/11/2013
عدد الصفحات: 8
اطبع الدليل

تحميل

كيفية استخدام هذا الموقع؟

هدفنا هو أن نوفر لك وصولاً سريعًا إلى محتوى دليل المستخدم الخاص بـ Maxim MAX3420E. باستخدام المعاينة عبر الإنترنت ، يمكنك عرض المحتويات بسرعة والانتقال إلى الصفحة حيث ستجد الحل لمشكلتك مع Maxim MAX3420E.

لراحتك

إذا لم يكن البحث في دليل المستخدم Maxim MAX3420E مباشرة على موقع الويب هذا مناسبًا لك ، فهناك حلان محتملان:

  • عرض ملء الشاشة - لعرض دليل المستخدم بسهولة (بدون تنزيله على جهاز الكمبيوتر الخاص بك) ، يمكنك استخدام وضع العرض بملء الشاشة. لبدء مشاهدة دليل المستخدم Maxim MAX3420E بملء الشاشة ، استخدم الزر تكبير الشاشة.
  • التنزيل على جهاز الكمبيوتر الخاص بك - يمكنك أيضًا تنزيل دليل المستخدم Maxim MAX3420E على جهاز الكمبيوتر لديك والاحتفاظ به في ملفاتك. ومع ذلك ، إذا كنت لا تريد أن تشغل مساحة كبيرة على القرص الخاص بك ، فيمكنك دائمًا تنزيله في المستقبل من ManualsBase.
Maxim MAX3420E دليل الاستخدام - Online PDF
Advertisement
« Page 1 of 8 »
Advertisement
النسخة المطبوعة

يفضل العديد من الأشخاص قراءة المستندات ليس على الشاشة ، ولكن في النسخة المطبوعة. تم أيضًا توفير خيار طباعة الدليل ، ويمكنك استخدامه بالنقر فوق الارتباط أعلاه - اطبع الدليل. لا يتعين عليك طباعة الدليل بالكامل Maxim MAX3420E ولكن الصفحات المحددة فقط. ورق.

الملخصات

ستجد أدناه معاينات لمحتوى أدلة المستخدم المقدمة في الصفحات التالية لـ Maxim MAX3420E. إذا كنت ترغب في عرض محتوى الصفحات الموجودة في الصفحات التالية من الدليل بسرعة ، فيمكنك استخدامها.

ملخصات المحتويات
ملخص المحتوى في الصفحة رقم 1

Maxim > App Notes > INTERFACE CIRCUITS
Keywords: USB, FAQ, MAX3420E, SPI, Peripheral, Controller.Interface Aug 17, 2005

APPLICATION NOTE 3597
Frequently Asked Questions About the MAX3420E
Abstract: This application note lists Frequently Asked Questions (FAQs) about the MAX3420E peripheral
controller with SPI interface.
1. General Questions
1. What is the MAX3420E?
2. Does the MAX3420E include a microprocessor?
3. What packages are available for the MAX3420E?
4. Are the MAX3420E

ملخص المحتوى في الصفحة رقم 2

9. How do I program a SETUP transfer? 10. Do I need to program the USB data toggles? 11. The MAX3420E interrupt request bits are cleared by writing "1" to them. Is this backwards? 12. Do you have any programming tips? 5. Host Software Questions 1. How does my Windows application talk to the MAX3420E? 2. Does Maxim supply a custom Windows driver? 3. What example code does Maxim supply? 4. I want to design a MAX3420E-based device that does not conform to a standard Windows class.

ملخص المحتوى في الصفحة رقم 3

speed). Most applications that seem to require ISOCHRONOUS bandwidth can actually be handled with BULK or INTERRUPT transfers. This is because most of the ISOCHRONOUS bandwidth available to a USB device in a system is also typically available for BULK/INT transfers. 5. Can I use the MAX3420E in a self-powered peripheral? Absolutely. In fact, the MAX3420E has features specifically intended to support self-powered applications. For example, in a self-powered application the peripheral ne

ملخص المحتوى في الصفحة رقم 4

By setting a control bit (FDUPSPI, full-duplex SPI), the MOSI and MISO data appear on separate pins, providing a 4-wire interface. Finally, an INT (interrupt out) pin can be connected to a processor's interrupt system. 3. What SPI clocking modes does the MAX3420E support? The SPI mode is usually expressed in the form (x,y) where one variable is the clock polarity, CPOL, and the other is the clock phase, CPHA. The MAX3420E operates in modes (0,0) or (1,1) without requiring a mode bit. Th

ملخص المحتوى في الصفحة رقم 5

isolating USB. 12. What is the purpose of the VBCOMP pin? Does it power the MAX3420E? No. The VBCOMP pin does not power anything in the MAX3420E. It goes only to an internal comparator to detect the presence of V . BUS 4. Programming Questions 1. How does my firmware talk to the MAX3420E? The MAX3420E has a set of 21 registers that are accessed by its slave SPI interface. The SPI master first sends a command byte that sets the register address and direction, and then transfers one or

ملخص المحتوى في الصفحة رقم 6

9. How do I program a SETUP transfer? The USB host uses a CONTROL transfer to send a SETUP packet to the MAX3420E along with eight bytes that serve as a USB "op-code". The MAX3420E stores these bytes in an 8-byte FIFO, and then asserts a Setup Data Available interrupt request. The SPI master responds by reading the eight SETUP bytes at register address R4 (SUDFIFO), interpreting the USB request from these bytes, and taking the appropriate action. When finished servicing the request, the

ملخص المحتوى في الصفحة رقم 7

■ Purchase a general-purpose driver. These typically consist of the USB driver and a companion library of C functions to access the driver. Drivers are matched to the VID (Vendor ID) and PID (Product ID) in your device descriptor. Microsoft has announced a general-purpose BULK driver for USB in the upcoming "Vista" version of Windows. 5. How does the MAX3420E compare with USB 'serial bridge' chips? USB serial bridge chips connect to a PC using its USB port, but appear as a virtual COM

ملخص المحتوى في الصفحة رقم 8

More Information For technical questions and support: http://www.maxim-ic.com/support For samples: http://www.maxim-ic.com/samples Other questions and comments: http://www.maxim-ic.com/contact Related Parts QuickView -- Full (PDF) Data Sheet -- Free Samples MAX3420E: AN3597, AN 3597, APP3597, Appnote3597, Appnote 3597 Copyright © by Maxim Integrated Products Additional legal notices: http://www.maxim-ic.com/legal


أدلة المستخدم البديلة
# دليل الاستخدام فئة تحميل
1 Sony 2-190-733-11 (1) دليل الاستخدام خلاط موسيقى 1
2 Sony DMBK-R103 دليل الاستخدام خلاط موسيقى 6
3 Sony DMBK-R106 دليل الاستخدام خلاط موسيقى 1
4 Sony RS-232C دليل الاستخدام خلاط موسيقى 1
5 Sony DMBK-R105 دليل الاستخدام خلاط موسيقى 1
6 Sony DMBK-R109 دليل الاستخدام خلاط موسيقى 3
7 Sony DMBK-R102 دليل الاستخدام خلاط موسيقى 0
8 Sony OXF-R3 دليل الاستخدام خلاط موسيقى 38
9 Sony دليل الاستخدام خلاط موسيقى 0
10 Sony SRP-X500P دليل الاستخدام خلاط موسيقى 2
11 Sony DMX-P01 دليل الاستخدام خلاط موسيقى 27
12 Sony AWS-G500E دليل الاستخدام خلاط موسيقى 21
13 Sony DMBK-R104 دليل الاستخدام خلاط موسيقى 2
14 Sony 267 دليل الاستخدام خلاط موسيقى 0
15 Sony DMBK-R107 دليل الاستخدام خلاط موسيقى 1