2015-10-13 04:07 AM
2016-03-23 06:57 AM
Hi uros.m
How do you implement FAtfs file library for eMMC.I implement fatfs library for spi flash but windows thinking all media is full.How can i say to fatfs library 0xFF is empty region for you? Best Regards2016-04-14 12:07 PM
Hi uros.m, I was wondering if you would share what you implemented to get 8 bit mode working. I have a similar post that is exactly what you're doing, except I have only had success in 4 bit mode, not 8-bit.
Thanks!2016-05-10 12:55 AM
hi uros, may i have your contact privately,, or your email address maybe
2017-03-31 11:18 PM
This is what I have done for Sdcard as USB mass storage
have a look on usbd_storage_if.c, don't forget to init SDcard first inside it.
and :
modify these functions :
STORAGE_Read_FS , STORAGE_Write_FS