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...
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.
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?
thanks sir,i am using stm32f103-eval.how to add those structures,pointer?i am using keil microvision4 ,so in inc folder no such files,please help me
hi thanks, i am using the inc,src folder included in project folder of keil microvision 4.but i think ,there may be problem in defining structures,pointers.i am clueless.help me