]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/ST_Library/stm32f7xx_hal_flash_ex.c
Update library files used in STM32F7 demo to the latest version released by ST.
[freertos] / FreeRTOS / Demo / CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil / ST_Library / stm32f7xx_hal_flash_ex.c
index bada74b331f232f08cf2c1941ab3bc854ce8b606..cb3460b77d2b114e2556767c9bd18e1a67612e08 100644 (file)
@@ -2,8 +2,8 @@
   ******************************************************************************\r
   * @file    stm32f7xx_hal_flash_ex.c\r
   * @author  MCD Application Team\r
-  * @version V1.0.0RC1\r
-  * @date    24-March-2015\r
+  * @version V1.0.0\r
+  * @date    12-May-2015\r
   * @brief   Extended FLASH HAL module driver.\r
   *          This file provides firmware functions to manage the following \r
   *          functionalities of the FLASH extension peripheral:\r
@@ -326,8 +326,8 @@ HAL_StatusTypeDef HAL_FLASHEx_OBProgram(FLASH_OBProgramInitTypeDef *pOBInit)
                                  pOBInit->USERConfig & OB_IWDG_SW,\r
                                  pOBInit->USERConfig & OB_STOP_NO_RST,\r
                                  pOBInit->USERConfig & OB_STDBY_NO_RST, \r
-                                 pOBInit->USERConfig & OB_IWDG_STOP_FREEZE,\r
-                                 pOBInit->USERConfig & OB_IWDG_STDBY_FREEZE);\r
+                                 pOBInit->USERConfig & OB_IWDG_STOP_ACTIVE,\r
+                                 pOBInit->USERConfig & OB_IWDG_STDBY_ACTIVE);\r
   }\r
   \r
   /* BOR Level  configuration */\r
@@ -666,7 +666,7 @@ static HAL_StatusTypeDef FLASH_OB_BOR_LevelConfig(uint8_t Level)
   *          This parameter can be one of the following values:\r
   *            @arg OPTIONBYTE_BOOTADDR_0 : Boot address based when Boot pin = 0                 \r
   *            @arg OPTIONBYTE_BOOTADDR_1 : Boot address based when Boot pin = 1  \r
-  *          Address: specifies Boot base address\r
+  * @param   Address: specifies Boot base address\r
   *          This parameter can be one of the following values:\r
   *            @arg OB_BOOTADDR_ITCM_RAM : Boot from ITCM RAM (0x00000000)                 \r
   *            @arg OB_BOOTADDR_SYSTEM : Boot from System memory bootloader (0x00100000) \r