Hello All,
I am facing a wierd issue while using logf in S32k3 SOC.
For the below code:
1. float logIndex = 1.2f;
2. static float testLog;
3. testLog = logf(1.2f);
4. testLog = logf(logIndex);
Executing step 3 works fine but as soon as processor tries to execute step 4, I get hard fault.
Can you please suggest what the potential cause could be?
已解决! 转到解答。