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.

division using double numbers

hi,

 

for doing some image processing algorithm, it is required to have division using numbers which are of type double.

i am using dm6467 evaluation board from sprectrum digital.  i am debugging using CCS3.3.

when debugging it is getting stuck at the point where there is above mentioned division.

is there any solution for it?

 

regards mathew

 

 

  • Hi Mathew,

    Can you post or attach your code so we can take a look on what could be wrong?

    When you say it gets stuck, do you mean that the program get's lost? never finishes the instruction?

     

  • hi,

    thank you for yours response.....

    while executing that particular statement with division of double numbers, it getting stuck, as if the execution is not going to next statement.

    when i changed the data type from double to float it is working properly.

    regards

    mathew

  • Hi Mathew,

    If you still need help we need a test case/code, and the version of code generation tools that you are using in order to debug the issue.