Release Notes for

32L496GDISCOVERY Board Drivers

Copyright © 2017 STMicroelectronics

License

Licensed 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

This directory contains the board drivers to demonstrate the capabilities of the 32L496GDISCOVERY Kit.

Update History

Main Changes

  • Minor update of Release Notes template
  • Add License.md file for GitHub publication

Main Changes

  • Remove useless assignment in BSP_COM_Init() function
  • Update common GPIO configuration in BSP_SD_MspInit() to remove internal pull-up

Main Changes

  • Enable the Sample Shift (SSHIFT) feature in BSP_QSPI_Init() to ensure the read data isn’t corrupted when prescaler is div/1

Main Changes

  • stm32l496g_discovery.c
    • Remove superfluous settings of PD.11 and PF.00 from FMC_BANK1_MspInit() and FMC_BANK1_MspDeInit() that were preventing a correct usage of PSRAM
  • Minor update in release notes format

Main Changes

  • stm32l496g_discovery.c
    • Correct logical test in DrawChar()
    • Comment minor correction

Main Changes

  • Release notes update to new format

Main Changes

  • stm32l496g_discovery.h/.c
    • Add BSP_COM_Init()/BSP_COM_DeInit() APIs for ST-Link USB Virtual Com Port
  • stm32l496g_discovery_audio.h/.c
    • Add INPUT_DEVICE_DIGITAL_MIC1 and INPUT_DEVICE_DIGITAL_MIC2 to provide the capability to record over a single digital microphone (respectively left and right microphones)
  • stm32l496g_discovery_sd.c/.h
    • Add weak BSP SD functions
      • BSP_SD_MspInit(), BSP_SD_MspDeInit(), BSP_SD_WriteCpltCallback(), BSP_SD_ReadCpltCallback() and BSP_SD_AbortCallback()

Main Changes

  • First official release of STM32L496G-Discovery board drivers for STM32Cube L4 FW package