2013-08-20 09:20 PM
First I have to thank clive1,
I am a student from Taiwan college,I have referred your example code,that help me a lot!but it can't appear disk on my pc,and it can't format, too.so I used Bus Hound to find out problems,but it can inquiry,read capacity and read the data,I don't have much knowledge in arm,can you give me some advise?I put my project inAttachments
,I used The STM32F417IGH6 evaluation board.And please excuse my poor English. #usb-mass-storage2013-08-20 10:06 PM
2013-08-21 02:48 PM
I don't have your board, or any makefile or project to build the code.
I will observe that you need to verify the SDIO functionality, and make significant updates to work with SDHC cards, and card >2GB. You need to confirm the function of SDIO read/write functionality outside of USB attachment. First as a stand-alone app reading sectors, and secondarily using something like FatFs. Confirm you can do those things, then move to USB MSC implementation.