你好,CCS支持动态内存分配(malloc)和文件读写操作(比如.TXT和.dat文件)吗? 我用的是OMAP-L137
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.
你好,CCS支持动态内存分配(malloc)和文件读写操作(比如.TXT和.dat文件)吗? 我用的是OMAP-L137
CCS中使用BIOS时,有动态分配内存的操作函数,但不是malloc,详细看如下说明:
Software modules in DSP/BIOS that allocate storage at run-time use MEM functions; DSP/BIOS does
not use the standard C function malloc. DSP/BIOS modules use MEM to allocate storage in the segment
selected for that module with Tconf.
可以的
用fopen()这个接口可以读外部文件。
可以参考一下附件SPI FLASH烧写工具的实现