Skip to main content
Visitor II
April 7, 2020
Question

Is there a reference to the code for programming an STM32?

  • April 7, 2020
  • 2 replies
  • 912 views

What I mean to ask is, are there any documentations for all the functions, registers, ports and so on for the STM32F1 series?

For example Unity Documentation for the Unity Library, similarly is there such a documentation for the STM32F1 series as I am a beginner and need a reference/documentation to look at.

Thanks

    This topic has been closed for replies.

    2 replies

    Graduate II
    April 7, 2020

    The F1 has a Reference Manual describing the register level, a Data Sheet describing pin level, and a Programming Manual for the core.

    Go to Resource Tab and download them

    https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32f1-series/stm32f103/stm32f103cb.html

    Repository\STM32Cube_FW_F1_V1.8.0\Documentation\STM32CubeF1GettingStarted.pdf

    SPL has a Windows Help file with function doc

    STM32F10x_StdPeriph_Lib_V3.5.0\stm32f10x_stdperiph_lib_um.chm

    SK.5Author
    Visitor II
    April 7, 2020

    Ah thanks, so are functions like HAL_Delay() in those?