This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSP怎么才能读取大块数据文件?

本人的DSP程序有个61MByte的参数文件(程序执行的初始化参数),建立c66 CCS仿真工程时是从电脑硬盘读入程序的,可以运行。

现在需要脱离电脑读取,要移植到DSP上。

因知识有限采取的方案是,61MBytes参数写到一个.h文件的数组中,但是导致.h文件大小达到200MBytes,这个文件实在有些大,CCS编译不过。

请问大家有没有其他办法?将61MBytes的数据文件在DSP程序初始化时读取。Thank you.