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入门的问题

Other Parts Discussed in Thread: TMS320C5535

您好,请问谁有关于TMS320C5535 eZdsp 这块开发板的一些入门的例子程序吗?如果您有的话,可以给我发一份吗?谢谢,我是刚学DSP的菜鸟,希望各位不吝赐教。

  • 我按照您的连接,找到例子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

    ”  请问一下,这些例子是需要修改的吗?还是我在其他地方出现了什么错误,谢谢您

  • 我用的EZDSP C5535板子,UART模块,波特率设置为115200时,一直收到的是乱码,不知道是什么原因?按照分频来说,配置的都没问题....

  • 请问你用的是什么串口软件? 超级终端?

    另外, 如果有新问题, 麻烦发新帖, 方便其他客户参考.

  • 就是用的普通的串口助手,换了好几个串口软件都这样,关键问题是我用的是官网例程,电脑上接收的全是乱码。我现在计算波特率的公式:Divisor = UART input clock frequency / (Desired baud rate*16)是不是有问题?