Tool/software: Code Composer Studio
i tried simulating tms6745 using ccs5.4, but i found that the assembler is of 6200, which is fixed point dsp.
how do i simulate floating point 6745 using ccs5.4
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.
Tool/software: Code Composer Studio
i tried simulating tms6745 using ccs5.4, but i found that the assembler is of 6200, which is fixed point dsp.
how do i simulate floating point 6745 using ccs5.4
Hello,
Ajitha JK said:how do i simulate floating point 6745 using ccs5.4
Based on your comment about the assembler, I assume you are referring to building your application for floating-point support. If this is the case, make sure you have the correct device variant selected in your project properties. It must be a C67x variant for floating-point support (there is a specific variant for C6745).
Thanks
ki
hi Mr Ki
i have targeted for 67XX and selected DSK 6713 for setting my connection to TI simulator.
since 6713 is floating i was not expecting any issue , but when i'm building the code it gives error as " the instruction is not included in 6200" for floating point instructions.