TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle

Library defines. More...

Macros

#define FATFS_TRUNCATE_BUFFER_SIZE   256
 Default truncate buffer size in bytes. More...
 

Detailed Description

Library defines.

Macro Definition Documentation

#define FATFS_TRUNCATE_BUFFER_SIZE   256

Default truncate buffer size in bytes.

Note
If you have in plan to truncate from beginning large files a lot of times, then you should think about increasing this value as far as possible. With larger buffer size you will get faster response with truncating.