Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: File system crashes when no file on SD card (1 Replies)

$
0
0
Hello, we bought the sources of the file system and I think I found a bug in the sources (bug in all releases to 7.3.0) : When there are no files in the SD card, the file system crashes in function "elink_rewind" of file "fs_fat_elink" because "el" local variable is initialized to 0 and used as pointer further. Add the code below to fix the bug : static ELINK *elink_rewind (uint32_t dir, ELINK_CACHE_CB *nc) {

Viewing all articles
Browse latest Browse all 3049

Trending Articles