[求助] tm4c123g关于浮点数计算的问题

lilianhe2008   2014-8-28 14:30 楼主
为什么tm4c123ghp6m进行浮点数运算的时候总是出错,是不是没有开启fpu的缘故啊,如何开启fpu啊

回复评论 (7)

这个我也不懂,帮顶一下
点赞  2014-8-28 15:43
要开启FPU
点赞  2014-8-28 15:53

敢问大神该如何开启!!!!!!!
点赞  2014-8-28 16:20
引用: lilianhe2008 发表于 2014-8-28 16:20
敢问大神该如何开启!!!!!!!

    //
    // Enable lazy stacking for interrupt handlers.  This allows floating-point
    // instructions to be used within interrupt handlers, but at the expense of
    // extra stack usage.
    //
    ROM_FPULazyStackingEnable();

点赞  2014-8-28 16:22
引用: 蓝雨夜 发表于 2014-8-28 16:22
//
    // Enable lazy stacking for interrupt handlers.  This allows floating-point
    // in ...

启动文件还需要设置吗,我用的是mdk...
点赞  2014-8-28 20:51
引用: lilianhe2008 发表于 2014-8-28 20:51
启动文件还需要设置吗,我用的是mdk...

不设置

你下个包里的例子就有的
点赞  2014-8-29 10:37
/使能FPU
FPUEnable();
FPULazyStackingEnable();
点赞  2014-8-31 00:10
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复