-
make flash && make flashfatfs are not working
make flashfatfs
/c/Work/Actisense/Esp32_Explorer/components/fatfs_image/Makefile.projbuild:13: warning: undefined variable 'CONFIG_FATFS_SIZE'
/c/Wor…
-
Fat FS / SPI issues with SDK2
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
**TL;DR:** FATFS_stat & FATFS_readdir of the file system interface make illegal memory accesses to a character array never allocated.
When the File System Service is configured to use FatFS, the SY…
-
Hello, first of all I want to say thank you for making this library, its working brilliantly with the stm32h7.
I would like to create an MR with the stm32h7xx-hal project incorporating this library …
-
says v0.15 was released in November 2022, so this project should be upgraded from v0.14b (see `fatfs/ff.c`).
There are also 3 patches listed on , last from Aug 15, 2023.
I can try to integrate …
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
在Fatfs+FreeRTOS系统中使用的话,需要添加哪些文件,在elog_file中将open,close,write接口函数换成FatFs的吗?
另外,里面有很多return的地方,在FreeRTOS的任务中进行记录log的话return后所在任务就不执行了,怎么处理?
-
As usual add STM32SD library to project and try to compile. Error message:
```.pio/libdeps/black_f407ve/FatFs/src/drivers/sd_diskio.c: In function 'SD_ioctl':
.pio/libdeps/black_f407ve/FatFs/src/dri…
-
The f_mount() could return FR_NO_FILESYSTEM somtimes which will reset the files of U disk!! I don't know why. The mcu is stm32f407, U disk space is about 100kB.
```
// avoid inlining to avoid stac…