2018-06-26 10:05 PM
I use mass storage sample from STM32Cube_FW_F4_V1.21.0\Projects\STM324xG_EVAL\Applications\USB_Device\MSC_Standalone on STM32F40G-EVAL When I format a partition with a NTFS and exFAT system file and copy a large file(>4 G byte) to it, if device resets during the copy Or even copy the full file the partition is corrupted and requests formatting at first use. in FAT32 i dont have this problem!
Please guide where is the problem?
Thank you
2018-06-28 01:18 AM
Hello
The problem I solvedI said I would say that someone else might have this problemBy changing the type of variable (scsi_blk_addr in usbd_msc.h using uint32_t format) to
uint64_t the problem is solved