When the macro is defined on the MPC5744P chip, the program execution time is very long

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

When the macro is defined on the MPC5744P chip, the program execution time is very long

455件の閲覧回数
robin林
Contributor I

I use the following macro definition,I use the S32DS development environment:

#define UTILS_LP_FAST(value, sample, filter_constant) (value -= (filter_constant) * (value - (sample)))

I found that when the program executes this macro definition, the execution time is very long,Who can help me to answer the reason,Thank you!

0 件の賞賛
返信
0 返答(返信)