Back to Release page

License

This software component is licensed under by ST under BSD 3-Clause license, the "License". You may not use this package except in compliance with the License. You may obtain a copy of the License at:

https://opensource.org/licenses/BSD-3-Clause

Purpose


V1.3.0 / 20-Oct-2020

Main changes :

  • General updates to fix known defects and enhancements implementation
  • Major update of drivers for STM32MP15xx devices:
    • ADC: No API change
        • Typo corrections in HAL & LL drivers
        • LL - assert_param should check constraint between modes continuous and discontinuous
        • HAL - Fix IRQ handler in case of injected conversion + IT mode + trigger timer
    • CRYP:
      • Support several call to decrypt API without initialize Key and IVR:
        • Add init parameters KeyIVConfigSkip : CRYP_KEYIVCONFIG_ONCE or CRYP_KEYIVCONFIG_ALWAYS
        • Add SizesSum & KeyIVConfig in handle
    • DFSDM: No API change
        • MISRA update
        • rework "Callback registration" section
    • EXTI: No API change
        • Define missing EXTI_REG3
    • GENERIC: No API change
      • HAL configuration file : add SMARTCARD and SRAM in template file
    • RCC: No API change
        • Important define update to be compliant with Header file update ( CMSIS device)
        • LL - Fix compilation issue ( to be compliant with Header file update on CMSIS device)
    • SAI: 
        • HAL: Alignment for inter STM32 families portability.
          • some API's change to take in consideration
    • SDMMC: No API change
      • HAL - Fix loop increment in SD_HighSpeed and SD_UltraHighSpeed function
    • SMARTCARD: 
        • HAL: Implement SMARTCARD Driver: New API
        • HAL - rename UART_FIFOMODE_ENABLE into SMARTCARD_FIFOMODE_ENABLE

Supported Devices and boards

  • STM32MP157C-EV1  revC
  • STM32MP157C-DK2  revC



For complete documentation on STM32 Microcontrollers, visit: www.st.com/STM32