Question
Unable to read file greater than 2K in FatFS ,stm32F103
Posted on August 11, 2014 at 14:18
Hi,
I am reading a file from the SPI Flash with FATFS file system, on STM32F103 platform running FreeRTOS. I can successfully read File of size less the 2048, but if read a file file of size greater than 2048, (Asi
am reading in chunks of 128 bytes) it only reads up to 2048 bytes and f_read returns 'FR_INT_ERR' error when File pointer move to location above 2048 bytes.Thanking in an anticipation,
CAK
#spi-flash #fatfs #stm32f103