You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API compatibility broken with new STM32Cube_FW_F7_V1.15.0 in the mbed-os/features/mbedtls/targets/TARGET_STM/aes_alt.c file
can we add this issue as I cannot use the latest cube software.
Below is the description from cube release notes
Rework of HAL CRYP driver (compatibility break)
HAL CRYP driver has been redesigned with new API's, to bypass limitations on data Encryption/Decryption management present with previous HAL CRYP driver version.
The new HAL CRYP driver is the recommended version. It is located as usual in Drivers/STM32F7xx_HAL_Driver/Src and Drivers/STM32f7xx_HAL_Driver/Inc folders. It can be enabled through switch HAL_CRYP_MODULE_ENABLED in stm32f7xx_hal_conf.h.
The legacy HAL CRYP driver is no longer supported.