Trying to add a flash file system to access an SD micro card via SDHC using KDS3.2, and KSDK1.3.0 on twrk65f180m. Have run the example sdhc_sdcard_example_twrk65f180m and it successfully accesses data on the card but there appears to be no flash file system in that example (am I missing it?). Since we will also be adding an (RTCS) FTP server for remote access and file manipulation (and since I see in documents that MFS appears to be included/used by/required in RTCS’ FTP) I figure it would make more sense to bring in RTCS and use the MFS instead of getting any other FFS working. Questions: Does MFS expose a flash file API to the software environment? Can MFS read/write files on an SD micro card using SDHC? Can tasks/components outside RTCS use MFS to read/write files on the SD micro card? If the answer to these questions is no, what SDHC flash file system would be compatible with MFS and is there an example SDHC/FFS project I can study/emulate?
After following the doc above and others as well as the excellent examples, I was able to get RTCS, FTP and MFS running. Kudos to Freescale for making strong software enablement free. I am impressed.
After following the doc above and others as well as the excellent examples, I was able to get RTCS, FTP and MFS running. Kudos to Freescale for making strong software enablement free. I am impressed.
You may be able to find a turn-key solution here: http://www.utasker.com/kinetis/TWR-K65F180M.html (integrated FTP server (and/or client) with SDHC and flash access). If not, you can still use it to simulate the K65, Flash and SD cards with Ethernet (FTP) to analyse and then patch other examples with.