Skip to main content
Graduate II
June 28, 2024
Question

Is there any different when I import some function from the source code or lib?

  • June 28, 2024
  • 0 replies
  • 442 views

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!

 

    This topic has been closed for replies.