cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 + M25P64 + FatFs

criosoft
Associate II
Posted on November 26, 2010 at 10:45

STM32 + M25P64 + FatFs

This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Andrew Neil
Super User
Posted on May 17, 2011 at 14:16

''Please help me with discio.c routines''

 

 

What help, exactly, do you need?

What have you done so far?

Where are you stuck?
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
criosoft
Associate II
Posted on May 17, 2011 at 14:16

I've only just added to DiskRead procedure in diskio.c this:

sFLASH_ReadBuffer(buff, sector * 512, 512);

All files on my M25P64 are listed and opened normally. But when i try to read file, i've got a FR_DISK_ERR after 2048 bytes red.