cancel
Showing results for 
Search instead for 
Did you mean: 

HAL documentation: .CHM files?

westfw
Associate II
Posted on January 24, 2015 at 06:52

The older ''Standard Peripheral Library'' came with a really wonderful .CHM file that cross-indexed all the documentation and source code.

Is that available for the new ST Cube libraries (and the HAL in particular)?

3 REPLIES 3
Posted on January 26, 2015 at 09:54

Hi,

The new STM32Cube FW packages come with *.chm UM for all HAL drivers, a UM is provided for each superset RNP.

Just take a look to the

http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/firmware/stm32cubef4.zip

Drivers/STM32F4xx_HAL_Driver folder.

Regards,

Heisenberg.

westfw
Associate II
Posted on January 27, 2015 at 06:58

Thanks! That's exactly what I was looking for.

However, the .chm files are not present in the STM32Cube downloads for F2, F3, L0, or L1 processor families (all of which are at v1.1 or earlier. The F0 Cube file is 1.2.0, and the F4 is 1.4.0)

> ls -l

drwxr-xr-x@ 11 staff 374 Jan 26 21:26 STM32Cube_FW_F0_V1.2.0/
drwxr-xr-x@ 11 staff 374 Jan 26 21:44 STM32Cube_FW_F2_V1.1.0/
drwxr-xr-x@ 10 staff 340 Oct 22 15:28 STM32Cube_FW_F3_V1.1.0/
drwxr-xr-x@ 11 staff 374 Jan 26 21:43 STM32Cube_FW_F4_V1.4.0/
drwxr-xr-x@ 11 staff 374 Jan 26 21:44 STM32Cube_FW_L0_V1.1.0/
drwxr-xr-x@ 10 staff 340 Sep 4 23:06 STM32Cube_FW_L1_V1.0.0/
> find . -name \*.chm
./STM32Cube_FW_F0_V1.2.0/Drivers/STM32F0xx_HAL_Driver/STM32F070xB_HAL_Driver_UM.chm
./STM32Cube_FW_F0_V1.2.0/Drivers/STM32F0xx_HAL_Driver/STM32F072xB_HAL_Driver_UM.chm
./STM32Cube_FW_F0_V1.2.0/Drivers/STM32F0xx_HAL_Driver/STM32F091xC_HAL_Driver_UM.chm
./STM32Cube_FW_F4_V1.4.0/Drivers/STM32F4xx_HAL_Driver/STM32F411xE_User_Manual.chm
./STM32Cube_FW_F4_V1.4.0/Drivers/STM32F4xx_HAL_Driver/STM32F417xx_User_Manual.chm
./STM32Cube_FW_F4_V1.4.0/Drivers/STM32F4xx_HAL_Driver/STM32F439xx_User_Manual.chm

Posted on January 28, 2015 at 10:26

Yes, I confirm that.

The next versions of the STM32Cube_FW packages will include the *.chm files.

Just keep an eye out for the next updates.

Regards,

Heisenberg.