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
  • Suggest you get familiar with the tools and the firmware libraries.

    The libraries include project templates, and these set up basic structures for the project, defines required, include directory search paths, and library source files.

    Include files are nominally pulled in via stm32f4xx_conf.h (or equivalent file) in your project directory.

    Which STM32?

Reply
  • Suggest you get familiar with the tools and the firmware libraries.

    The libraries include project templates, and these set up basic structures for the project, defines required, include directory search paths, and library source files.

    Include files are nominally pulled in via stm32f4xx_conf.h (or equivalent file) in your project directory.

    Which STM32?

Children