cancel
Showing results for 
Search instead for 
Did you mean: 

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

SK.5
Associate

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

3 REPLIES 3

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
SK.5
Associate

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