2015-01-23 09:52 PM
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)?2015-01-26 12:54 AM
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 Drivers/STM32F4xx_HAL_Driver folder.Regards,Heisenberg.2015-01-26 09:58 PM
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
2015-01-28 01:26 AM
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.