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.

data float in C6414 (fixed point DSP)

Hello

I'm using DSP C6414; my project works with DSP/BIOS, with TSK, SEM, HWI correctly.
But sometimes the DSP stops the execution in a function that manages float data: there is some suggestion in using float data in C6414 (DSP for fixed - point)?

Thanks

S.

  • Stefano,

    there's nothing specific to report about floating point: the C compiler takes care of floating point on C6414, generating the appropriate library calls for  floating point operations, following the ANSI C conventions.

    Your question is too open... to guess what can be going wrong on your system.

    Ciao
    Massimo

  • Massimo, ok

    I will investigate my problem; It's important for me know that it's possible works with floating point without exceeding cautions.

    Thanks a lot!