STM32 F429 USB MSD with eMMC + FatFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-13 4:07 AM
The original post was too long to process during our migration. Please click on the attachment to read the original post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-03-23 6: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 Regards- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-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!- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-05-10 12:55 AM
hi uros, may i have your contact privately,, or your email address maybe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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

- « Previous
-
- 1
- 2
- Next »