Update HistoryV1.2.2 / 29-December-2017Main Changes - Update CAN examples to be aligned to the new HAL CAN driver.
- Update CAN examples to set a fixed bitrate equal to 1 Mbit/s.
- Update stm32f4xx_hal_conf.h files to add support to HAL CAN Legacy Module.
V1.2.1 / 06-October-2017Main Changes - Remove DATE and VERSION from the header of all the files.
- Remove support of TrueSTUDIO toolchain
- Update to integrate PDM2PCM lib V3.0.0
- Update RTC examples to reset handle RTC state when initializing:
- main.c: Add a call for HAL_RTC_RESET_HANDLE_STATE()
V1.2.0 / 17-February-2017 Main Changes
- Update BSP example to be aligned with latest HAL SD and BSP SD drivers implementation
- Update DMA_FLASHToRAM example to use FIFO mode instead of direct mode for memory to memory transfer
- Update stm32f4xx_hal_conf.h file in overall examples to remove unnecessary ETH PHY configuration
- Update overall examples to add the support of the external memories in system_stm32f4xx.c files
- Update QSPI configuration in system_stm32f4xx.c file for QSPI_PreInitConfig example
V1.1.5 / 04-November-2016 Main Changes
- Update system_stm32f4xx.c file in all projects to be aligned with latest version of CMSIS STM32F4xx device implementation
V1.1.4 / 06-May-2016 Main Changes
- Add new define USE_SPI_CRC in stm32f4xx_hal_conf.h
file for code cleanup when the CRC calculation is disabled
- Add new example QSPI_PreInitConfig allowing to execute
a part of the code from the QSPI memory
- Add two new time base examples
- Update HAL_TimeBase example to use TIM HW as time base
source instead of Systick
- Update FLASH_EraseProgram example to cover all flash
sectors
- Update CEC examples to be align with the new HAL CEC
driver
- Update WWDG examples to be in line with latest updates
done on HAL WWDG drivers
- Remove the HAL_WWDG_Start and update the
HAL_WWDG_Refresh functions in the main.c file
- Remove HAL_WWDG_MspDeInit function from
stm32f4xx_hal_msp.c file
- Update IWDG example to be in line with latest updates
done on HAL IWDG drivers
- Remove the HAL_IWDG_Start function in the main.c file
- Rework FMPI2C_EEPROM example after latest update on
HAL FMPI2C driver
- Update QSPI_ExecuteInPlace example to manage QSPI
peripheral errors during DMA process
- Update PWR_STOP example by adding the case of
under-drive mode in order to achieve the lowest possible current consumption
- Update DMA_FLASHToRAM example to use HAL_DMA_RegisterCallback()
function
V1.1.3 / 29-January-2016 Main Changes
- stm32f4xx_hal_conf.h
- Adjust the HSE Start-up Timeout value: 100ms instead
of 5s
- Add new define for the LSE start-up Timeout:
LSE_STARTUP_TIMEOUT
- HAL_TimeBase
- Update to use new HAL TimeBase driver template stm32xxx_hal_timebase_time.c
- RCC_ClockConfig
- Alignment
with STM32F4xx_HAL_Driver V1.4.4: update to use the new define for the
HSI calibration default value
V1.1.2 / 13-November-2015
Main Changes
- ADC_RegularConversion_DMA example: update RCC configuration
- ADC_TripleModeInterleaved: update RCC configuration to reach max ADC input clock 36MHz
- TIM_InputCapture example: fix wrong calculation of the measured frequency
V1.1.1 / 09-October-2015
Main Changes
- Update SW4STM32 projects
- Fix in accordance with latest version of SW4STM32 toolchain
V1.1.0 / 01-July-2015
Main Changes
- update system_stm32f4xx.c to
properly configure external SDRAM
- add the support of SW4STM32 toolchain
V1.0.0 / 13-March-2015
Main Changes
For
complete documentation on STM32
Microcontrollers visit www.st.com/STM32
|