权威指南中的说明是这样的
FPCA bit in the CONTROL register: CONTROL.FPCA indicates if the current context (e.g., task) has a floating point operation. It is:
• Set to 1 when the processor executes a floating point instruction
• Cleared to zero at the beginning of an exception handler
• Set to the inverse of bit 4 in EXC_RETURN at exception return
• Cleared to zero after a reset
权威指南中的说明是这样的
FPCA bit in the CONTROL register: CONTROL.FPCA indicates if the current context (e.g., task) has a floating point operation. It is:
• Set to 1 when the processor executes a floating poi .. (2017-07-15 17:07)