如图我配置了工程开启了fpu32,在执行除法时,发现居然需要234个时钟周期,这显然是不对的,查看汇编发现除法是调用了__c28xabi_divf()这个函数,请问这对吗??然后在帮我看看sinf函数执行是否使用了TMU(消耗77个时钟周期)?


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.
如图我配置了工程开启了fpu32,在执行除法时,发现居然需要234个时钟周期,这显然是不对的,查看汇编发现除法是调用了__c28xabi_divf()这个函数,请问这对吗??然后在帮我看看sinf函数执行是否使用了TMU(消耗77个时钟周期)?

