Part Number: AM263P4-Q1
Hello,
We're getting some strange floating point comparison behaviour in a static FreeRTOS task when it is interrupted by an ISR. The ISR itself also uses FPU.
I note in the SDK docs AM263Px MCU+ SDK: FreeRTOS the words "FPU save/restore is supported":
That stops short of saying it's enabled.
- Should I assume FPU context save/restore is always enabled?
- If not, what should I check to satisfy myself that it is enabled or that we haven't unintentionally disabled it?
Thank you.