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 crash on DM647 (FastRTS)

The following test case crashes the DSP:

double Crash(void)
{
    double a = 2.2250738585072014e-308;
    double b = 1.5; // must be between 1.0 and 2.0

    return a / b;
}

We are using:

  • Code Generation tools V6.0.18
  • DSP/BIOS 5.32.01.05
  • CCS3.3 / SR 7.67
  • FastRTS 1.42

The test case only crashes when linking against 'fastrts64x.lib'.

Any help would be greatly appreciated.