2018-09-26 09:33 AM
I am using the stm32f0discovery development board, I want user manual for stm32f0xx firmware library. can you please share the link
Solved! Go to Solution.
2018-09-26 10:04 AM
Which library?
The SPL has a Windows Help file that describes the interface, there are examples, and the library source provides function level descriptions.
STM32F0xx_StdPeriph_Lib_V1.5.0\stm32f0xx_stdperiph_lib_um.chm
2018-09-26 10:04 AM
Which library?
The SPL has a Windows Help file that describes the interface, there are examples, and the library source provides function level descriptions.
STM32F0xx_StdPeriph_Lib_V1.5.0\stm32f0xx_stdperiph_lib_um.chm
2018-09-26 11:29 PM
for example in stm32f10xx there is an user manual(UM0427) to describe firmware library. I want the similar user manual for stm32f0xx
2018-09-27 12:32 AM
Hello @Sivasubramaniyan ,
There is no STM32F0xxx firmware library user manual, you can use a CHM file presenting all STM32F0xxx standard peripheral library components.
Also, the existing STM32F10xxx firmware library user manual UM0427 is removed from the STMicroelectronics website and replaced by a CHM file.
Kind Regards,
Imen.
2018-09-27 05:23 AM
Could it be a good idea for ST to provide online viewer for these chm files?
It is a proprietary Microsoft format that is not welcome on Linux or Mac.
Some popular browsers have built-in PDF viewer - but not doing such favor to Microsoft ;)
-- pa
2018-09-27 05:35 AM
@Pavel A. I think at one point someone built a CHM to PDF converter, but yes all these things would be much better in platform agnostic formats.