2020-04-07 08:00 AM
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
2020-04-07 08:23 AM
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
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
2020-04-07 08:32 AM
Ah thanks, so are functions like HAL_Delay() in those?
2020-04-07 10:11 AM