您好,请问谁有关于TMS320C5535 eZdsp 这块开发板的一些入门的例子程序吗?如果您有的话,可以给我发一份吗?谢谢,我是刚学DSP的菜鸟,希望各位不吝赐教。
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.
您好,请问谁有关于TMS320C5535 eZdsp 这块开发板的一些入门的例子程序吗?如果您有的话,可以给我发一份吗?谢谢,我是刚学DSP的菜鸟,希望各位不吝赐教。
有c5535 ezdsp开发板例程。
http://support.spectrumdigital.com/boards/ezdsp5535/revc/
我按照您的连接,找到例子ezdsp5535_BSL_RevC,我在用CCS4编译ccs_v4.0_examples中的例子,都会出现类似于这样一个错误,
“
error: cannot find file "Debug/cslVC5505.lib"
undefined first referenced
symbol in file
--------- ----------------
_GPIO_clearInt ./gpio_Input_Pin_Example.obj
_GPIO_configBit ./gpio_Input_Pin_Example.obj
_GPIO_enableInt ./gpio_Input_Pin_Example.obj
_GPIO_open ./gpio_Input_Pin_Example.obj
_GPIO_read ./gpio_Input_Pin_Example.obj
_GPIO_reset ./gpio_Input_Pin_Example.obj
_GPIO_statusBit ./gpio_Input_Pin_Example.obj
_GPIO_write ./gpio_Input_Pin_Example.obj
_IRQ_clear ./gpio_Input_Pin_Example.obj
_IRQ_clearAll ./gpio_Input_Pin_Example.obj
_IRQ_disable ./gpio_Input_Pin_Example.obj
_IRQ_disableAll ./gpio_Input_Pin_Example.obj
_IRQ_enable ./gpio_Input_Pin_Example.obj
_IRQ_globalDisable ./gpio_Input_Pin_Example.obj
_IRQ_globalEnable ./gpio_Input_Pin_Example.obj
_IRQ_plug ./gpio_Input_Pin_Example.obj
_IRQ_setVecs ./gpio_Input_Pin_Example.obj
_VECSTART ./gpio_Input_Pin_Example.obj
error: unresolved symbols remain
error: errors encountered during linking; "CSL_GPIO_InputPinExample.out" not
built
” 请问一下,这些例子是需要修改的吗?还是我在其他地方出现了什么错误,谢谢您