Release Notes for STM32L1xx Standard Peripherals Library Examples

Copyright © 2015 STMicroelectronics

 

Update history

V1.2.1 / 20-May-2015

Main Changes

  • PWR/PWR_Standby and PWR/PWR_CurrentConsumption
    • Update following fix done in PWR_EnterSTANDBYMode() to not clear Wakeup flag (WUF), this flag need to be cleared at application level before to call this function.
  • PWR/PWR_Standby
    • Fix issue with wakeup from STANDBY mode using RTC Alarm.

V1.2.0 / 16-May-2014

Main Changes

  • All readme.txt files update
    • Following the changes done in the Template project (EVAL drivers not included in the project source list); description was added to list the additional files to be added to run an example using the Template project.
    • Update STM32L1xx Product Lines description
    • Update note relative to printf() limitation with TrueSTUDIO Lite version
  • Remove any reference to Ride and HiTOP toolchains, since they are no more natively supported by the Library
  • FLASH\Dual_Boot
    • Update the preconfigured project to run with latest version of each toolchain
    • Rename "index" variable to "AddrCntr" to solve compile warning with TrueSTUDIO v5.0.0
  • I2C\I2C_TwoBoards examples deleted: CPAL examples has to be used instead, for more details refer to readme.txt file available under \I2C folder root
  • RTC/TimeStamp: add missing main.h file
  • CortexM3/MPU: remove MPU RASR register bits definition (added in latest version of Cortex CMSIS)
  • ADC/ADC1_DMA example: fix ADC Channel31 pin configuration when STM32L152D_EVAL is used

V1.1.1 / 13-April-2012

Main Changes

  • All source files: license disclaimer text update and add link to the License file on ST Internet.
  • ADC/ADC1_DMA example: fix wrong ADC configuration as defined below
change ADC_InitStructure.ADC_ExternalTrigConv = ADC_ExternalTrigConvEdge_None;
by ADC_InitStructure.ADC_ADC_ExternalTrigConvEdge = ADC_ExternalTrigConvEdge_None;

1.1.0 / 24-January-2012

Main Changes

  • Official version for STM32L1xx High-density and Medium-density Plus devices.
  • Common update for all examples:
    • system_stm32l1xx.c: use latest version under Project\STM32L1xx_StdPeriph_Templates
  • 15 new examples are provided with this a version demonstrating the new features of STM32L1xx High-density and Medium-density Plus devices
    • AES
      • AES_MODES
      • AES_TwoBoards
      • EncryptDecrypt
    • DMA
      • FSMC
    • FLASH
      • ParallelHalfPage
      • Dual_Boot
    • FSMC
      • NOR
      • SRAM
      • Data_Memory
    • OPAMP
      • InternalFollower
      • OPAMP_NonInverting
    • RTC
      • RTC_StopWatch
      • RTC_Timer
    • SDIO
      • uSDCard
    • SPI
      • SPI_EEPROM

V1.0.0 / 31-December-2010

Main Changes

  • Created

    License

    Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this package except in compliance with the License. You may obtain a copy of the License at:


    Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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