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.

L0、L1存储空间分配

Other Parts Discussed in Thread: TMS320F2812

最近在TMS320F2812上实现1024点FFT,分配空间时出现了RAM不够的情况,因为段DRAMH0的可用空间不够,编译一直提示段.ebss分配失败,所以想利用L0、L1这两段空间,不知道可以?(主要是L0、L1是受CSM保护的,不知道能不能进行分配)