partition size control

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

cross mob
Anonymous
Not applicable

we  are designed usb sd3 based custom board. we have ported example illustrates the use of the FX3S firmware APIs to implement mass storage class device that allows access to SD/MMC devices connected to SD3 given along with SDK.

   

The application partitions the storage device found on storage port into two volumes, and then enumerates them as separate logical units on the USB side
in that example partitions  define by

   

#define CY_FX_SIB_PARTITIONS (2).

   

.If i have increased to 4 ,it shows 4 partitions .  Out of 4 partitions only two partitions data copying possible. If i have clicking other two partitions an message displays " please insert the disk".

   

kindly suggest how to make multiple partitions and also please tell how  to control partions size of eacj partion

0 Likes
1 Reply
Anonymous
Not applicable

Hi,

   

Does the CyU3PSibPartitionStorage API in your firmware retirn success? Also, have you verified that when the number of partition is increases, you also have the sufficient storage for the new partitions?

   

Regards,

   

- Madhu Sudhan

0 Likes