short buffer[1024*13]; // 实际内存 32 而这里只有26K
void main()
{
int i = 0;
while(1)
{
i ++;
}
}
出错的错误为:
"C:\Program Files\Analog Devices\VisualDSP 5.0\Blackfin/ldf/adsp-BF592-A.ldf":336 Out of memory in output section 'L1_data_bsz' in processor 'p0'
Total of 0x4ec0 word(s) were not mapped.
生成了.LDF 文件 修改了下默认的选项,还是错误 求大神解答