
DSP
dsp28335开发知识总结
wuster_wz
这个作者很懒,什么都没留下…
展开
-
关于DSP28335CCS6编译时出现error #10099-D: program will not fit into available memory.
error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section “.text” size 0x11c1 page 0. Available memory ranges:这里说明cmd文件中RAM内存分配不足,需要改写CMD文件,有报警...原创 2019-11-04 22:12:12 · 10120 阅读 · 3 评论 -
关于DSP28335开发环境CCS6报错:Type #148 declaration is incompatible with "volatile struct EQEP_REGS EQep1Regs
关于DSP28335开发环境CCS6报错:Description Resource Path Location Type#148 declaration is incompatible with “volatile struct EQEP_REGS EQep1Regs” (declared at line 229 of “D:\Project format\DSP2833x_headers\in...原创 2019-05-30 09:20:25 · 7756 阅读 · 1 评论 -
关于DSP28335报错 this declaration has no storage class or type specifier
1.查看变量是否在函数外定义,并以数学公式的方式赋值。如实则将此变量剪切到主函数或子函数当中。原创 2019-11-04 21:44:46 · 1163 阅读 · 0 评论