要使用浮点功能,需要怎么初始化,能否提供例程
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
添加头文件
#include "driverlib/fpu.h"
初始化添加代码:
//
// Turn on FPU and Enable lazy stacking for interrupt handlers.
//
FPUEnable();
FPULazyStackingEnable();