Copy data from SD Card to on-board RAM

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Copy data from SD Card to on-board RAM

1,181 次查看
erikraynolds
Contributor IV

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

标记 (1)
0 项奖励
回复
2 回复数

1,060 次查看
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 项奖励
回复

1,060 次查看
erikraynolds
Contributor IV

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 项奖励
回复