2016-06-17 02:32 AM
STM32Cube_FW_L4 version of 1.5.0 has wrong values of SDMMC register:
Old ones(Version 1.4)SDMMC_DCTRL_DBLOCKSIZE_2=40SDMMC_DCTRL_DBLOCKSIZE_3=80New ones(Version 1.5.0)SDMMC_DCTRL_DBLOCKSIZE_2=30SDMMC_DCTRL_DBLOCKSIZE_3=40the issue was introduced after the following changes:V1.1.1 / 29-April-2016
Main Changes
All device register description files enriched with _Pos and _Msk defines to be used with _VAL2FLD(field, value) and _FLD2VAL(field, value) from CMSIS Core (previous defines are kept for compatibility)
2016-06-17 03:22 AM
Hi cobain.yura,
Thanks for the feedback. We will check this internally. -Hannibal