Release Notes for

STM32469I_Discovery Board Drivers

Copyright © 2017 STMicroelectronics

Purpose

This directory contains the board drivers to demonstrate the capabilities of the STM32469I_Discovery Board Drivers.

Update History

Main Changes

  • Correct the conditional issue in the function DSI_IO_ReadCmd from stm32469i_discovery_lcd.c.

Main Changes

  • Update to manage lcd controller components (nt35510 & otm8009a) available on different STM32469I-Discovery board revisions in dynamic approach.

Main Changes

  • Update Release_Notes.html to support new format

Main Changes

  • All source files: update disclaimer to add reference to the new license agreement

Main Changes

  • Update Drivers to support new LCD controller NT35510.

Main Changes

  • Remove date & version
  • Add general description of BSP drivers
  • stm32469i_discovery_audio.c/.h:
    • Aligned with PDM library v3.0.0
  • stm32469i_discovery_lcd.c:
    • Update BSP_LCD_DrawBitmap() API to fix functional misbehaviour with SW4STM32 Toolchain

Notes:

  • This version must be used with v3.0.0 of PDM library

Main Changes

  • stm32469i_discovery_sd.c/.h:
    • Update BSP SD APIs following new HAL SD drivers implementation
    • Fix BlockSize to 512 bytes
  • stm32469i_discovery_ts.c/.h:
    • Support of FT6336G Touch Screen
  • stm32469i_discovery_qspi.c/.h:
    • QSPI write operation improvement
    • Update CS High Time
  • stm32469i_discovery_sdram.c:
    • Update SDRAM RowBitsNumbers and ColumnBitsNumber values to address all 16MB memory size.
  • stm32469i_discovery_lcd.c:
    • Update BSP_LCD_ReadPixel for ARGB8888 and RGB888 formats
  • stm32469i_discovery_audio.c:
    • Remove static CODEC_Reset API

Notes:

  • These BSP drivers break the compatibility with previous versions.
  • If FatFs is required, “FatFS R0.11 ST modified 20161223” must be used with this version of BSP drivers.

Main Changes

  • stm32469i_discovery_lcd.c/.h:
    • Update DSI initialization
    • Update LTDC clock value
    • Update LCD_DSI_PIXEL_DATA_FMT_RBG888 and LCD_DSI_PIXEL_DATA_FMT_RBG565 values

Main Changes

  • General updates to fix doxygen errors
  • Add STM32F469I-Discovery_BSP_User_Manual.chm file
  • stm32469i_discovery_audio.c
    • Alignement with STM32F4xx_HAL_Driver V1.4.4
  • stm32469i_discovery_qspi.c
    • Desactivate Timeout in memory mapped mode
    • Rename BSP_QSPI_MemoryMappedMode() API to BSP_QSPI_EnableMemoryMappedMode() API
  • stm32469i_discovery_lcd.c
    • BSP_LCD_InitEx() API updated to remove use of intermediate variable Clockratio and improve calculation granularity

Main Changes

  • stm32469i_discovery_lcd.c update:
    • Add delay within BSP_LCD_Reset() function

Main Changes

  • First official Release for STM32469I_Discovery board drivers.