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.

USB pen drive interface with pic18f4550

Status
Not open for further replies.

jivaniakash

Newbie level 3
Joined
Aug 23, 2011
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
hi,
i want to interface pen drive with pic18f4550 can any on give how i make a program to read/write data and display in LCD
 

i want to interface pen drive with pic18f4550 can any on give how i make a program to read/write data and display in LCD

A USB flash/pen drive requires a USB Host Interface, the PIC18F4550 does not support an Embedded Host/OTG Interface.

**broken link removed**

Consider using a SD/MMC instead, which only requires a SPI interface and the PIC18F4550 does support.

Or utilize a third party interface device which supports Embedded Host/OTG, FTDI and Maxim both manufacture such a device.

Or utilize a PIC24 or PIC32 in your design.

BigDog
 

thanks sir

---------- Post added at 22:01 ---------- Previous post was at 21:46 ----------

plz, give me code for SD/MMC with pic18f4550 to display on 128x64 GLCD
 

C coding Language in MPLAB IDEv8.76
and MPLAB C18 C Compiler
thanks,
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top