HTML documentation for LL and HAL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-08 10:38 PM
I remember a couple of years ago, at least, that ST had documentation for HAL and LL drivers in the form of html pages like they do for the CMSIS documentation. They were great for quickly getting the info that I needed.
Does anyone know if they are still available and where they reside on the site?
Thanks
Solved! Go to Solution.
- Labels:
-
STM32Cube MCU Packages
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-08 10:56 PM
The CubeMX firmware packages do come with this documents. They're in fact chm-file, but to convert them to individual html-files is rather straight foward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-08 10:56 PM
The CubeMX firmware packages do come with this documents. They're in fact chm-file, but to convert them to individual html-files is rather straight foward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-09 5:08 AM
For STM32F446 for example, you have STM32F446xx_User_Manual.chm under STM32Cube_FW_F4_V1.21.0\Drivers\STM32F4xx_HAL_Driver.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-09 7:10 AM
Thank you both.
