cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F723 USB Device MSC with internal flash

SKoh.12
Associate II

Hi!

I am using stm32f723 to implement usb device mass storage.

I try to mass storage using an internal flash, but I get a message that the formatting is not complete.

I have developed it by referring to the link below, and I have confirmed the same value for reading and writing.

But it is doesn't working.

​Can someone please confirm?

I put the file in the attachment.

https://community.st.com/s/question/0D50X00009XkYLbSAN/stm32f4-mass-storage-class-with-internal-flash

4 REPLIES 4

The large flash sectors, and erase times, make the internal flash of the F7 series ill suited to a FAT/MSC solution. Consider external flash memories with smaller erase block sizes, eMMC chips designed for such tasks.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thank you.

The test product does not have an emmc or nand, so I'm testing it with an internal flash to check some actions.

Then you'll need to manage the deblocking​ and partial writes to flash sectors holding existing data.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thank you.

I'll try it.