s32k144 board s32 IDE for the following instruction I am getting error
03-27-2024
04:03 AM
438 次查看
static void park_transform()
{
double x = 0.0;
double idx = 0;
idx = cos(x);
}
for the instruction idx = cos(x); gives an error as
UsageFault: An instruction executed with an invalid EPSR.T or EPSR.IT field.
1 回复
