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

The big problem for making a template for STM32F10x standard peripheral library!

Hello everyone
I want to make template for use STM32F10x Standard Peripherals Firmware Library(1) in keil but everytime I make a template, I get an error for a reason. How can I make? this is a big and funny problem for me!

please explain me How to create step by step.

1: www.st.com/.../PF257890

  • Doesn't ST provide a workable template?

    STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Template\MDK-ARM

    Salient things to observe would be the Include Paths, and Defines, and that libraries files are pulled into the project, and project specific settings go in stm32f10x_conf.h, and you can have localized copies of system_stm32f10x.c and startup_stm32f10x_xx.s

    I could create a step-by-step tutorial, but it would be expensive.

    Try being specific about the errors if you want suggestions about them.

  • Right - and you don't think it might be necessary to know what error, exactly, it is in order to be able to help resolve it?!