This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

libray fun

hi sir, i am new to stm32,i am trying to do coding using libray functions , but i am unable use those header files,can you please tell me the procedure...

Parents
  • What issues are you having?

    Have you ever used any libraries (except the standard C library) before?

    You are aware that the header file just lists what is available in the library, but that you also need to tell the project (specifically the linker) to include the actual library (where the compiled functionality is) in the linking process.

Reply
  • What issues are you having?

    Have you ever used any libraries (except the standard C library) before?

    You are aware that the header file just lists what is available in the library, but that you also need to tell the project (specifically the linker) to include the actual library (where the compiled functionality is) in the linking process.

Children