PSOC6 USB component be used for USB MAX Storage

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

cross mob
Moon_shi
Level 2
Level 2
Distributor - Zenitron(GC)
50 sign-ins 10 questions asked 25 sign-ins

我们使用PSOC6外挂nandflash,想通过USB接口连接PC,枚举成USB MAX storage,将设备拷出,

能提供相关的例程或技术文档来实现吗?

BR,

Moon

0 Likes
1 Solution

We have a new code example to show how to setup the USB Mass Storage Device Class with PSoC 6.

GitHub - cypresssemiconductorco/mtb-example-psoc6-usb-msc-logger: This example demonstrates how to c...

This code example uses the internal SRAM to emulate a file system. In your case, you will need to use another type of file system through a NAND flash.

View solution in original post

0 Likes
5 Replies
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

PSoC6通过QSPI接口外挂nandflash?具体是将哪个设备枚举成USB mass storage,是外挂的nandflash?

0 Likes
Moon_shi
Level 2
Level 2
Distributor - Zenitron(GC)
50 sign-ins 10 questions asked 25 sign-ins

nandflash,

0 Likes

We have a new code example to show how to setup the USB Mass Storage Device Class with PSoC 6.

GitHub - cypresssemiconductorco/mtb-example-psoc6-usb-msc-logger: This example demonstrates how to c...

This code example uses the internal SRAM to emulate a file system. In your case, you will need to use another type of file system through a NAND flash.

0 Likes

Is there a NAND flash driver from Cypress that can work with TLC NAND and perform functions like garbage collection, wear leveling, bad block management, ECC check.  I would like to use the PSoC in a USB flash drive product.

0 Likes

We only support the hardware layer. It has QSPI and SD host to interface NAND type of memories.

0 Likes