Other Parts Discussed in Thread: SYSBIOS
Hi,
This is a follow up to a previous old post related to MSP432 operation.
In my code, I enable lazy FP register stacking [FPU_enableLazyStacking();] in main() before starting SYSBIOS [BIOS_start();].
It appears that as SYSBIOS starts up, it explicitly turns off lazy stacking because once SYSBIOS is running FPCCR.ASPEN = 0 & FPCCR.LSPEN = 0
So my question is, given that SYSBIOS seems to explicitly turn off lazy stacking as it starts up, is it safe to turn it back on again or will this cause the OS trouble?
Cheers
Julian
