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.