DSP学习心得笔记(更新0717)_dsp学习笔记心得
DSP学习心得笔记(更新0717)由刀豆文库小编整理,希望给你工作、学习、生活带来方便,猜你可能喜欢“dsp学习笔记心得”。
DSP学习心得笔记
----------------白建成.baijc.icekoor 引言:学习DSP的时间有两个多月了,收获很多新知识,我们要每天都有进步才行,以下内容没有特别的顺序,跟具自己的学习情况写的,如果有不对的地方希望指出来,如果有不懂得也可以问我,大家相互交流很重要,我的一个邮箱:baijc@163.com欢迎联系!
建立新工程过程中: 问题1:
“GPIO_Study.c”, line 61: fatal error: could not open source file “DSP280x_Device.h” 1 fatal error detected in the compilation of “GPIO_Study.c”.解决方法:
因为project build optionscompilerpreproceor中,要包含的头文件的地址没有加进去,你可以找到头文件的地址,然后加进去。
问题2:
undefined
first referenced symbol
in file---------
----------------_c_int00
D:DSP studytest3DebugDSP280x_CodeStartBranch.obj FS$$MPY
D:DSP studytest3DebugDSP280x_CpuTimers.obj FS$$TOL
D:DSP studytest3DebugDSP280x_CpuTimers.obj >>
error: symbol referencing errors'./Debug/GPIO_Study.out' not built 解决办法都是下面:
这个问题是因为没有加在库文件,请在project build optionslinkerlibraries中加入rts2800.lib。
问题3:
>> warning: creating.stack section with default size of 400(hex)words.Use
-stack option to change the default size.>>
error: can't allocate.stack, size 00000400(page 1)in RAMM1(avail:
00000380)>>
error: errors in inputCobing LiuCSDN.pdf》