Copy data from SD Card to on-board RAM

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

Copy data from SD Card to on-board RAM

613 Views
erikraynolds
Contributor III

I want to copy data file from the SD Card to the on-board DRAM memory Please can you provide example?

Tags (1)
0 Kudos
2 Replies

492 Views
BlackNight
NXP Employee
NXP Employee

Could you be a bit more specific? The answer depends on your processor/board or better on the file system on your SD card. E.g. for the i.MX RT family you could run FreeRTOS and read the SD card content using the FatFS file system, where you have a read function which can store data say into a RAM buffer.

0 Kudos

492 Views
erikraynolds
Contributor III

This goes to imx8 device, and my data are located now on SDCard. I want them to be processed by CPU and accessed from memory (DRAM) connected via DDR controller. I want to evaluate access read/write data on DDR-RAM vs SDCard or other memories for my application case. I want to now by measuring it to doistinguish between processing time (execution on CPU or other compute device) and access read/wtite from/back to memory.

0 Kudos