Error when including FatFs.h >> No such file or directory
Deer electronicians,
I was following the video "STM32 – Creating a File System on a SD card" from the ST Youtube channel.
I done stricty the same things as in the video but an error occurs.
../Core/Src/main.c:22:10: fatal error: fatfs.h: No such file or directory
22 | #include "fatfs.h"
| ^~~~~~~~~
compilation terminated.I tried to enter manually the include path for all the files concened but many new errors are rising.
My config :
- STM32F746-DISCO (the same as in the video)
- STM32CubeIDE 1.6.0
- Firmware F7 1.16.1
- Windows 10 64 bits
I stay reachable for any questions or precisions.
Cordialement,
François

