Sd card read and write in Frdm

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sd card read and write in Frdm

927 Views
anju1
Contributor II

sir,

i am using frdm k64 board, and i want to get program of simple read and write to SD card using processor expert components. i am asking it for the understanding purpose. could anyone please help?

i have done https://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/  this example and run successfully and i want to read what i have written in the SD card

Thanks and regards

Tags (1)
2 Replies

761 Views
FelipeGarcia
NXP Employee
NXP Employee

Dear Anju Antony,

 

You can also download the fatfs sdcard example from the SDK (https://mcuxpresso.nxp.com/en/welcome) this example implements the "create directory/read directory/create file/write file/read file" operation.

 

Best regards,

Felipe

761 Views
mjbcswitzerland
Specialist V

Hi

Try http://www.utasker.com/kinetis/FRDM-K64F.html

There are binary files that allow reading/writing the SD card on the FRDM-K64 (on DOS like interface via UART, USB-CDC or Telnet) and also for USB-MSD-SD card and FTP and web-server. The code is available on GitHub (uTasker project) and it can be fully simulated in Visual Studio for study  purposes.
The same is also possible with memory stick (or both memory stick and SD card at the same time).
http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF

Video: https://www.youtube.com/watch?v=VJ7YveF4_8g&list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&index=26

Regards

Mark

Complete K64 solutions, training and support:http://www.utasker.com/kinetis.html
Kinetis K64:
- http://www.utasker.com/kinetis/FRDM-K64F.html
- http://www.utasker.com/kinetis/TWR-K64F120M.html
- http://www.utasker.com/kinetis/TEENSY_3.5.html
- http://www.utasker.com/kinetis/Hexiwear-K64F.html

0 Kudos
Reply