2015-03-25 07:26 AM
Hello,
I just came accros a new STM32 HAL version (driver dated 09 March 2015, version V1.3.0). Where can I find a description of changes compared to previous version(s)? Thanks.2015-03-25 08:44 AM
What STM32CubeF? do
you think ?
The STM32CubeMX shows main changes in the New Libraries Manager. Other source of information is Release_Notes.html file located in STM32Cube Repository.2015-03-26 12:51 AM
Hello Petr, and thanks for the reply.
I am not thinking STMCube, but really the HAL drivers release notes for the STM32F4 series. The release note for the STMCube repository show the main changes for the STMCube itself not for the HAL. The ''New Libraries Manager'' from stmcube provide explanation like2015-03-27 03:17 AM
2015-03-27 09:22 AM
Agreed, the structure for the FatFS system changed, isn't documented, and doesn't match the examples.
Without release notes I had to resort to diffs to figure out what changed, which was a good thing since the processor clock chain setup got broken in the migration, and the ADC section generates incorrect code.As for the known problems being fixed, I have no idea what that meant.2015-03-30 10:26 AM
Hi yvraut.gerard,
All STM32Cube Packages contain HAL_Drivers Release_Notes file located in Hal driver folder: if you use STM32CubeF4 you can find it in this repository STM32Cube_FW_F4_V1.5.0\Drivers\STM32F4xx_HAL_Driver and the same for all STM32Cube packages. Best regards,Heisenberg.2015-03-31 01:09 AM
Hello Heisenberg,
This is exactly what i was looking for!!! I would suggest to make it more visible to user - copying it into the driver repository of every project created from MCube - Having an easy/obvious way to open it from MCube itelf Regards Gerard