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.

CCS: TMS320C6748 example code

Other Parts Discussed in Thread: TMS320C6727B

Tool/software: Code Composer Studio

Hi, I saw TMS320C6727B have example code of create delay-based for 2 channel,

Does C6748 have example code like this?

www.ti.com/.../spraaa5.pdf

https://processors.wiki.ti.com/index.php/TMS320C6727B_to_TMS320C6748_Migration_Guide    

  • Is there any reason that you can`t use that source code as is on C6748. The code that you are highlighting is natural C code which you can simply be recompiled for the C6748 platform. C674x DSP is back wards compatible with C67x DSP so even intrinsic or assembly code from C67x can be run on C674x 

    The only things that you may need to change is memory map for the DSP and that to only if you are using external memory or shared RAM on the device.

    Regards,

    Rahul