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?
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