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
 

Are you coding in C or Assembler?

If C Language, what compiler are you using?

BigDog
 

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

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…