Back to Release page

Release Notes for STM32F0xx CMSIS

Copyright 2013 STMicroelectronics

 

Contents

  1. STM32F0xx CMSIS update History
  2. License

STM32F0xx CMSIS update History


V1.1.1 / 31-July-2013

Main Changes

  • stm32f0xx.h
    • Extend HSE_STARTUP_TIMEOUT and HSI_STARTUP_TIMEOUT values to 0x5000

V1.1.0 / 10-May-2013

Main Changes

  • Add support of STM32F0xx Low-density devices (STM32F050xx and STM32F060xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes)
  • stm32f0xx.h
    • Update STM32F0xx devices definition:
      • Define for STM32F0xx Medium-density devices changed from STM32F0XX to STM32F0XX_MD
      • Add new definition STM32F0XX_LD for STM32F0xx Low-density devices
    • Update IRQn enum for STM32F0XX_LD devices
    • Add new bits definition
      • RCC_CFGR register: MCOPRE[0:2] and PLLNODIV
      • SYSCFG_CFGR1 register: FMP_I2C1, FMP_PA9 and FMP_PA10
  • system_stm32f0xx.c
    • SystemInit(): update to reset new bits added in RCC_CFGR register
  • Add new startup files, startup_stm32f0xx_ld.s, for the supported compilers

V1.0.2 / 13-July-2012

Main Changes

  • stm32f0xx.h
    • Fix issue with gcc_ride7 startup file

V1.0.1 / 20-April-2012

Main Changes

  • stm32f0xx.h
    • Add reference to STM32F050xx (Flash memory up to 32 Kbytes) and STM32F051xx (Flash memory up to 64 Kbytes) devices
    • RTC register bits definition: remove reference to Tamper3

V1.0.0 / 23-March-2012

Main Changes

  • First official release for STM32F0xx devices
  • All source files: license disclaimer text update and add link to the License file on ST Internet
  • stm32f0xx.h
    • change MCO bits value:
      • change RCC_CFGR_MCO_HSI14 value from 0x03000000 to 0x01000000
      • Add RCC_CFGR_MCO_LSI having value 0x02000000
      • Add RCC_CFGR_MCO_LSE having value 0x03000000
    • Add new bit RCC_CSR_V18PWRRSTF having value 0x00800000
    • TIM_OR bits definition values corrected
    • Rename ADC_ISR_EOS to ADC_ISR_EOSEQ
    • Rename ADC_IER_EOSIE to ADC_IER_EOSEQIE
    • Rename ADC_CFGR1_AUTDLY to ADC_CFGR1_WAIT
    • Rename option bit FLASH_OBR_BOOT1 to FLASH_OBR_nBOOT1
    • Rename FLASH_OBR_VDDA_ANALOG to FLASH_OBR_VDDA_MONITOR
    • Add Flash and OB keys (removed from Flash driver)
  • system_stm32f0xx.c
    • SetSysClock() function: code optimized 
    • Miscellaneous formatting

V1.0.0RC1 / 27-January-2012

Main Changes

  • Official version (V1.0.0) Release Candidate 1
  • All source files: update disclaimer to add reference to the new license agreement
  • Update all peripherals bits definitions

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