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.
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
View all questions in Keil forum