DSP Functions & Math

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DSP Functions & Math

1,392 Views
MLR
Contributor I

I'm working on a project using MC56F84442 and I don't need DSP functions & math. How do I stop the associated files from being included in the generated code?

0 Kudos
Reply
1 Reply

1,384 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I do not think you need to care about the math function or library, the compiler is smart enough, the compiler integrate the api function binary body only if the function is called. If you do not call a function, binary body of the function is not integrated in the *.elf file eventually.

Hope it can help you

BR

XiangJun Rong

 

0 Kudos
Reply