2024-06-27 08:13 PM
Hi there,
I have some question about the deferent about the source code and the lib.
For example, I have three source code files(func1.c, func2.c, func3.c) and I compiler them to a lib file(func.lib);
In my project, I just need use the function in func1.c, so I can use it by import the func1.c or func.lib to my project.
My question is what's the different about these two ways, does the func.lib will using more Flash than func1.c?
Thanks for your help!