Back to Release page

Release Notes for STM32F302R8-Nucleo Examples

Copyright 2016 STMicroelectronics

 

Update History

V1.10.0 / 12-June-2018

Main Changes

  • Maintenance release.
  • Update stm32f3xx_hal_conf.h files to add support to HAL CAN Legacy Module.

V1.9.0 / 23-June-2017

Main Changes

  • Maintenance release.
  • Remove support of Atollic TrueSTUDIO STM32 (TrueSTUDIO) toolchain.
  • Correct RTC_PREDIV values (for LSI clock) in HAL_TIMEBASE_RTC_ALARM and HAL_TIMEBASE_RTC_WAKEUP examples.
  • Align stm32f3xx_hal_conf.h with latest template defined in HAL.
  • Change assert_failed() prototype to be compliant with MISRA C rule 11.4
  • Reformat SPI_FullDuplex_AdvComIT example with a up to date directory structure. For Slave board MASTER_BOARD should be uncommented. 
  • Rework of TIM_TimeBase example.

V1.8.0 / 14-April-2017

Main Changes

  • Maintenance release.
  • No changes compared to previous version (V1.7.0).

V1.7.0 / 16-December-2016

Main Changes

  • Maintenance release
  • Updated DMA_FLASHToRAM examples to implement new API HAL_DMA_RegisterCallback()
  • Added new projects HAL_TimBase to illustrate how to customize the HAL time base driver :
    • HAL_TimeBase_RTC_ALARM
    • HAL_TimeBase_RTC_WKUP
    • HAL_TimeBase_TIM (modified and renamed previous HAL_TimeBase)
  • Updated all examples using timers to initialize the new field AutoReloadPreload in TIM_Base_InitTypeDef structure
  • Corrected I2C_TwoBoards_RestartComIT example by adding a wait on a Master request event before initiating a receive or transmit action
  • Updated error managment (in case of AF error) in I2C_TwoBoards_ComPolling example
  • Updated UART examples after UART driver rework :
    • UART_TwoBoards_ComDMA
    • UART_TwoBoards_ComIT
    • UART_TwoBoards_ComPolling
    • UART_WakeUpFromStop
  • Updated SPI examples (SPI_FullDuplex_ComDMA, SPI_FullDuplex_ComIT and  SPI_FullDuplex_ComPolling) following SPI driver rework
  • Rework of ADC_AnalogWatchdog example

V1.6.0 / 01-July-2016

Main Changes

  • Maintenance release.
  • No changes compared to previous version (V1.5.0).

V1.5.0 / 29-April-2016

Main Changes

  • Maintenance release.
  • Updated system_stm32f3xx.c files:
    • Added APBPrescTable definition.
  • Updated stm32f3xx_hal_conf.h files:
    • Set HSE_STARTUP_TIMEOUT value to 100ms instead of 5000ms.
  • Added new projects I2C to introduce I2C repeated start feature:
    • I2C_TwoBoards_RestartAdvComIT
    • I2C_TwoBoards_RestartComIT
  • Updated I2C projects after I2C driver rework:
    • I2C_TwoBoards_AdvComIT
    • I2C_TwoBoards_ComDMA
    • I2C_TwoBoards_ComIT
    • I2C_TwoBoards_ComPolling
    • I2C_WakeUpFromStop
  • Updated “Liberty” License with the new license “Ultimate Liberty”.

V1.4.0 / 13-November-2015

Main Changes

  • Maintenance release.
  • Performed HAL API alignment (macros/functions/constants renaming).
  • Updated GPIO Output Speed literals naming to ensure HAL full compatibility.
  • Updated/aligned UART_TwoBoards_ComDMA examples in FW package projects (UART IRQ needs now to be enabled).
  • Added RCC examples for LSE and HSE bypass.
  • Updated FLASH_WriteProtection examples with new FLASH APIs.
  • Corrected Examples/TIM/TIM_PWMInput directory name.
  • Updated system_stm32f3xx.c files:
    • Used latest CMSIS template version.
    • Removed __IO or __I on constant table declaration.
  • Updated stm32f3xx_hal_conf.h files:
    • Added LSE_STARTUP_TIMEOUT definition.
  • Updated EWARM and TrueStudio linker files to be aligned with CMSIS contents.

V1.2.0 / 19-June-2015

Main Changes

  • Add support of System Workbench for STM32 (SW4STM32) toolchain.

V1.1.0 / 12-Sept-2014

Main Changes

  • Official release.
  • ADC
    • ADC_AnalogWatchdog: fixed TrueStudio build issue

V1.1.0RC2 / 25-August-2014

Main Changes

  • General
    • Replaced all references to Cortex-M0+ by references to Cortex-M4
    • Updated EWARM, MDK-ARM and TrueSTUDIO configurations to add stm32f3xx_hal_rcc_ex.c to the STM32F3xx_HAL_Driver group
  • PWR
    • PWR_PVD
      • Fix compilation issue due to constants renaming

V1.0.0 / 18-June-2014

Main Changes

  • First official release.

License

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of STMicroelectronics nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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