Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_NUCLEO_L476RG/TARGET_STM/TARGET_STM32L4/device/stm32l4xx_hal_flash_ex.h@129:0ab6a29f35bf, 2016-11-08 (annotated)
- Committer:
- <>
- Date:
- Tue Nov 08 17:28:34 2016 +0000
- Revision:
- 129:0ab6a29f35bf
- Parent:
- 128:9bcdf88f62b0
- Child:
- 145:64910690c574
Release 129 of the mbed library
Ports for Upcoming Targets
3011: Add u-blox Sara-N target. https://github.com/ARMmbed/mbed-os/pull/3011
3099: MAX32625 https://github.com/ARMmbed/mbed-os/pull/3099
3151: Add support for FRDM-K82F https://github.com/ARMmbed/mbed-os/pull/3151
3177: New mcu k22512 fixing pr 3136 https://github.com/ARMmbed/mbed-os/pull/3177
Fixes and Changes
3008: NUCLEO_F072RB: Fix wrong timer channel number on pwm PB_5 pin https://github.com/ARMmbed/mbed-os/pull/3008
3013: STM32xx - Change how the ADC internal pins are checked before pinmap_ https://github.com/ARMmbed/mbed-os/pull/3013
3041: [nRF5] - added implementation of API of serial port flow control configuration. https://github.com/ARMmbed/mbed-os/pull/3041
3084: [nrf5] fix in Digital I/O : a gpioe pin was uninitialized badly https://github.com/ARMmbed/mbed-os/pull/3084
3009: TRNG enabled. TRNG APIs implemented. REV A/B/C/D flags removed. Warnings removed https://github.com/ARMmbed/mbed-os/pull/3009
3074: Target stm init gcc alignement https://github.com/ARMmbed/mbed-os/pull/3074
2988: Update of can_api.c fixing #2987 https://github.com/ARMmbed/mbed-os/pull/2988
3173: [Exporters] Add a device_name to microbit entry in targets.json https://github.com/ARMmbed/mbed-os/pull/3173
2969: [nRF52] - switch irq priorities of driver handlers to the lowest level https://github.com/ARMmbed/mbed-os/pull/2969
3184: #3183 Compiler warning in trng_api.c with K64F https://github.com/ARMmbed/mbed-os/pull/3184
3104: [NuMaker] Support CAN and fix PWM CLK error https://github.com/ARMmbed/mbed-os/pull/3104
3186: MultiTech mDot - add back SPI3 pins https://github.com/ARMmbed/mbed-os/pull/3186
3075: nsapi - Add standardized return types for size and errors https://github.com/ARMmbed/mbed-os/pull/3075
3221: u-blox odin w2 drivers update https://github.com/ARMmbed/mbed-os/pull/3221
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| Kojto | 122:f9eeca106725 | 1 | /** | 
| Kojto | 122:f9eeca106725 | 2 | ****************************************************************************** | 
| Kojto | 122:f9eeca106725 | 3 | * @file stm32l4xx_hal_flash_ex.h | 
| Kojto | 122:f9eeca106725 | 4 | * @author MCD Application Team | 
| Kojto | 122:f9eeca106725 | 5 | * @version V1.5.1 | 
| Kojto | 122:f9eeca106725 | 6 | * @date 31-May-2016 | 
| Kojto | 122:f9eeca106725 | 7 | * @brief Header file of FLASH HAL Extended module. | 
| Kojto | 122:f9eeca106725 | 8 | ****************************************************************************** | 
| Kojto | 122:f9eeca106725 | 9 | * @attention | 
| Kojto | 122:f9eeca106725 | 10 | * | 
| Kojto | 122:f9eeca106725 | 11 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> | 
| Kojto | 122:f9eeca106725 | 12 | * | 
| Kojto | 122:f9eeca106725 | 13 | * Redistribution and use in source and binary forms, with or without modification, | 
| Kojto | 122:f9eeca106725 | 14 | * are permitted provided that the following conditions are met: | 
| Kojto | 122:f9eeca106725 | 15 | * 1. Redistributions of source code must retain the above copyright notice, | 
| Kojto | 122:f9eeca106725 | 16 | * this list of conditions and the following disclaimer. | 
| Kojto | 122:f9eeca106725 | 17 | * 2. Redistributions in binary form must reproduce the above copyright notice, | 
| Kojto | 122:f9eeca106725 | 18 | * this list of conditions and the following disclaimer in the documentation | 
| Kojto | 122:f9eeca106725 | 19 | * and/or other materials provided with the distribution. | 
| Kojto | 122:f9eeca106725 | 20 | * 3. Neither the name of STMicroelectronics nor the names of its contributors | 
| Kojto | 122:f9eeca106725 | 21 | * may be used to endorse or promote products derived from this software | 
| Kojto | 122:f9eeca106725 | 22 | * without specific prior written permission. | 
| Kojto | 122:f9eeca106725 | 23 | * | 
| Kojto | 122:f9eeca106725 | 24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 
| Kojto | 122:f9eeca106725 | 25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
| Kojto | 122:f9eeca106725 | 26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
| Kojto | 122:f9eeca106725 | 27 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | 
| Kojto | 122:f9eeca106725 | 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
| Kojto | 122:f9eeca106725 | 29 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 
| Kojto | 122:f9eeca106725 | 30 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
| Kojto | 122:f9eeca106725 | 31 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
| Kojto | 122:f9eeca106725 | 32 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 
| Kojto | 122:f9eeca106725 | 33 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| Kojto | 122:f9eeca106725 | 34 | * | 
| Kojto | 122:f9eeca106725 | 35 | ****************************************************************************** | 
| Kojto | 122:f9eeca106725 | 36 | */ | 
| Kojto | 122:f9eeca106725 | 37 | |
| Kojto | 122:f9eeca106725 | 38 | /* Define to prevent recursive inclusion -------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 39 | #ifndef __STM32L4xx_HAL_FLASH_EX_H | 
| Kojto | 122:f9eeca106725 | 40 | #define __STM32L4xx_HAL_FLASH_EX_H | 
| Kojto | 122:f9eeca106725 | 41 | |
| Kojto | 122:f9eeca106725 | 42 | #ifdef __cplusplus | 
| Kojto | 122:f9eeca106725 | 43 | extern "C" { | 
| Kojto | 122:f9eeca106725 | 44 | #endif | 
| Kojto | 122:f9eeca106725 | 45 | |
| Kojto | 122:f9eeca106725 | 46 | /* Includes ------------------------------------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 47 | #include "stm32l4xx_hal_def.h" | 
| Kojto | 122:f9eeca106725 | 48 | |
| Kojto | 122:f9eeca106725 | 49 | /** @addtogroup STM32L4xx_HAL_Driver | 
| Kojto | 122:f9eeca106725 | 50 | * @{ | 
| Kojto | 122:f9eeca106725 | 51 | */ | 
| Kojto | 122:f9eeca106725 | 52 | |
| Kojto | 122:f9eeca106725 | 53 | /** @addtogroup FLASHEx | 
| Kojto | 122:f9eeca106725 | 54 | * @{ | 
| Kojto | 122:f9eeca106725 | 55 | */ | 
| Kojto | 122:f9eeca106725 | 56 | |
| Kojto | 122:f9eeca106725 | 57 | /* Exported types ------------------------------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 58 | |
| Kojto | 122:f9eeca106725 | 59 | /* Exported constants --------------------------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 60 | |
| Kojto | 122:f9eeca106725 | 61 | /* Exported macro ------------------------------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 62 | |
| Kojto | 122:f9eeca106725 | 63 | /* Exported functions --------------------------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 64 | /** @addtogroup FLASHEx_Exported_Functions | 
| Kojto | 122:f9eeca106725 | 65 | * @{ | 
| Kojto | 122:f9eeca106725 | 66 | */ | 
| Kojto | 122:f9eeca106725 | 67 | |
| Kojto | 122:f9eeca106725 | 68 | /* Extended Program operation functions *************************************/ | 
| Kojto | 122:f9eeca106725 | 69 | /** @addtogroup FLASHEx_Exported_Functions_Group1 | 
| Kojto | 122:f9eeca106725 | 70 | * @{ | 
| Kojto | 122:f9eeca106725 | 71 | */ | 
| Kojto | 122:f9eeca106725 | 72 | HAL_StatusTypeDef HAL_FLASHEx_Erase(FLASH_EraseInitTypeDef *pEraseInit, uint32_t *PageError); | 
| Kojto | 122:f9eeca106725 | 73 | HAL_StatusTypeDef HAL_FLASHEx_Erase_IT(FLASH_EraseInitTypeDef *pEraseInit); | 
| Kojto | 122:f9eeca106725 | 74 | HAL_StatusTypeDef HAL_FLASHEx_OBProgram(FLASH_OBProgramInitTypeDef *pOBInit); | 
| Kojto | 122:f9eeca106725 | 75 | void HAL_FLASHEx_OBGetConfig(FLASH_OBProgramInitTypeDef *pOBInit); | 
| Kojto | 122:f9eeca106725 | 76 | /** | 
| Kojto | 122:f9eeca106725 | 77 | * @} | 
| Kojto | 122:f9eeca106725 | 78 | */ | 
| Kojto | 122:f9eeca106725 | 79 | |
| Kojto | 122:f9eeca106725 | 80 | /** | 
| Kojto | 122:f9eeca106725 | 81 | * @} | 
| Kojto | 122:f9eeca106725 | 82 | */ | 
| Kojto | 122:f9eeca106725 | 83 | |
| Kojto | 122:f9eeca106725 | 84 | /** | 
| Kojto | 122:f9eeca106725 | 85 | * @} | 
| Kojto | 122:f9eeca106725 | 86 | */ | 
| Kojto | 122:f9eeca106725 | 87 | |
| Kojto | 122:f9eeca106725 | 88 | /** | 
| Kojto | 122:f9eeca106725 | 89 | * @} | 
| Kojto | 122:f9eeca106725 | 90 | */ | 
| Kojto | 122:f9eeca106725 | 91 | |
| Kojto | 122:f9eeca106725 | 92 | #ifdef __cplusplus | 
| Kojto | 122:f9eeca106725 | 93 | } | 
| Kojto | 122:f9eeca106725 | 94 | #endif | 
| Kojto | 122:f9eeca106725 | 95 | |
| Kojto | 122:f9eeca106725 | 96 | #endif /* __STM32L4xx_HAL_FLASH_EX_H */ | 
| Kojto | 122:f9eeca106725 | 97 | |
| Kojto | 122:f9eeca106725 | 98 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ | 


