Add USB/MicroSD storage to CY8CKIT-050 PSoC 5LP dev kit?

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

cross mob
Anonymous
Not applicable

Hi,

   

I am just beginning working with CY8CKIT-050 PSoC 5LP dev kit and I was wondering if there was an easily available shield that would allow me to add a USB or microSD port for me to write and read data from the host PC through the dev kit USB onto this extra storage space?

   

Thanks.

0 Likes
1 Solution
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello

   

For SD card you can use any of the commonly available SD card shield for eg:https://www.adafruit.com/product/254. There is EmFile component available in PSoC Creator for interfacing with SD card. For USB, port s already available in the development kit. Please refer to the code examples available in PSoC Creator on how to communicate via USB to PC(USB Bulkloop example) and SPI with the SD card(EmFile example).

   

Thanks,

   

Hima

View solution in original post

0 Likes
2 Replies
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello

   

For SD card you can use any of the commonly available SD card shield for eg:https://www.adafruit.com/product/254. There is EmFile component available in PSoC Creator for interfacing with SD card. For USB, port s already available in the development kit. Please refer to the code examples available in PSoC Creator on how to communicate via USB to PC(USB Bulkloop example) and SPI with the SD card(EmFile example).

   

Thanks,

   

Hima

0 Likes
Anonymous
Not applicable

Thanks!

0 Likes