Dears,
I'd like to use SD card with my project and found, that emFile library is recommended. I've followed datasheet pdf for emFile component, but ended with
Build error: 'FS_MMC_SPI_Driver' undeclared (first use in this function) at line 106 of emFile_ConfigMMC_SPI.c where stands FS_AddDevice(&FS_MMC_SPI_Driver);
It seems to me that there are some troubles with inclusion of libraries, but I have set build setting for both configurations (Debug and also Release).
Also I am not able to find any information on the web...
Could you please give me some advice?
Solved! Go to Solution.
I had got the same (or a similar) error. Then I started over again and followed the "Getting Started" instructions step-by-step. I used the emFile example for a PSoC5. From Start-page -> Select Example Project and changing the device to a PSoC5.
Then I applied the required library directories and file settings - and it compiled without warning or error.
Project attached.
Bob
I had got the same (or a similar) error. Then I started over again and followed the "Getting Started" instructions step-by-step. I used the emFile example for a PSoC5. From Start-page -> Select Example Project and changing the device to a PSoC5.
Then I applied the required library directories and file settings - and it compiled without warning or error.
Project attached.
Bob
Thanks a lot, it works according to your suggestion, so it's solved.
You are always welcome!
Bob