interfacing usb memory to psoc3

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I want to store some real time data (like temperature readings) on to usb stick using psoc 3.

   

Is it possible with psoc3?

0 Likes
3 Replies
Anonymous
Not applicable

Hi Shekar,

   

 

   

PSoC3 can act as a USB Full Speed Device but not as a USB Host. So, storing data onto a flash drive using USB protocol is not supported, but  there are examplpe projects available which have been used to interface with the micro SD memory Cards.

   

Let us know if it would be helpful.

   

 

   

Regards,

   

dasg

0 Likes
mrdh_1212961
Level 1
Level 1

Can it be possible to share example for interfacing psoc3 to micro SD card?

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Not a good idea hijacking a 5 year old answered thread for a quite different question.

   

Nonetheless_: Welcome in the forum.

   

Hardware interface to micro SD is SPI which PSoC3 can handle easily. You will need the emFile library from which I do not know exactly whether it runs on a PSoC3 (8051 core), but it should...

   

 

   

Bob

0 Likes