STM32L486xx HAL User Manual
Defines
FLASH Option Bytes User Type
FLASH Exported Constants

Defines

#define OB_USER_BOR_LEV   ((uint32_t)0x0001)
#define OB_USER_nRST_STOP   ((uint32_t)0x0002)
#define OB_USER_nRST_STDBY   ((uint32_t)0x0004)
#define OB_USER_IWDG_SW   ((uint32_t)0x0008)
#define OB_USER_IWDG_STOP   ((uint32_t)0x0010)
#define OB_USER_IWDG_STDBY   ((uint32_t)0x0020)
#define OB_USER_WWDG_SW   ((uint32_t)0x0040)
#define OB_USER_BFB2   ((uint32_t)0x0080)
#define OB_USER_DUALBANK   ((uint32_t)0x0100)
#define OB_USER_nBOOT1   ((uint32_t)0x0200)
#define OB_USER_SRAM2_PE   ((uint32_t)0x0400)
#define OB_USER_SRAM2_RST   ((uint32_t)0x0800)
#define OB_USER_nRST_SHDW   ((uint32_t)0x1000)

Define Documentation

#define OB_USER_BFB2   ((uint32_t)0x0080)

Dual-bank boot

Definition at line 273 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_BOR_LEV   ((uint32_t)0x0001)

BOR reset Level

Definition at line 263 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_DUALBANK   ((uint32_t)0x0100)

Dual-Bank on 512KB or 256KB Flash memory devices

Definition at line 277 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_IWDG_STDBY   ((uint32_t)0x0020)

Independent watchdog counter freeze in standby mode

Definition at line 268 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_IWDG_STOP   ((uint32_t)0x0010)

Independent watchdog counter freeze in stop mode

Definition at line 267 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_IWDG_SW   ((uint32_t)0x0008)

Independent watchdog selection

Definition at line 266 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_nBOOT1   ((uint32_t)0x0200)

Boot configuration

Definition at line 280 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_nRST_SHDW   ((uint32_t)0x1000)

Reset generated when entering the shutdown mode

Definition at line 283 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_nRST_STDBY   ((uint32_t)0x0004)

Reset generated when entering the standby mode

Definition at line 265 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_nRST_STOP   ((uint32_t)0x0002)

Reset generated when entering the stop mode

Definition at line 264 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_SRAM2_PE   ((uint32_t)0x0400)

SRAM2 parity check enable

Definition at line 281 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_SRAM2_RST   ((uint32_t)0x0800)

SRAM2 Erase when system reset

Definition at line 282 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_WWDG_SW   ((uint32_t)0x0040)

Window watchdog selection

Definition at line 269 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().