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.

about Matlab generate C code which can be used in C5505

Other Parts Discussed in Thread: TMS320C5505

Hey

i found out that matlab can use simulink to build CCS project and it can optimize the code corresponding to the different DSP.

Here is the following question.

i found out that matlab only support one chip which is C5510 DSK in C55XX series. however, i checked the driver for my TMS320C5505 EVM board, it is C5510 DSK.

 So,  can i use matlab to generate CCS project for my TMS320C5505?

my second question is: why the driver which installed for my TMS320C5505 EVM board is C5510.

Best regards

Reynold

  • Hi,

    It's an emulator driver inherited from c5510.

    It depends on the code matlab generated. If it depends on the specific hardware such as peripheral, it won't work. Because C5505 and C5510 are different.

    But if the code is using generic C function not depending on the specific hardware, it may work. In generally speaking, I would not expect to work the code generated by the matlab.

    Regards,

    Hyun