STM32L486xx HAL User Manual
Defines
FLASH Option Bytes User BFB2 Mode
FLASH Exported Constants

Defines

#define OB_BFB2_DISABLE   ((uint32_t)0x000000)
#define OB_BFB2_ENABLE   ((uint32_t)FLASH_OPTR_BFB2)

Define Documentation

#define OB_BFB2_DISABLE   ((uint32_t)0x000000)

Dual-bank boot disable

Definition at line 379 of file stm32l4xx_hal_flash.h.

#define OB_BFB2_ENABLE   ((uint32_t)FLASH_OPTR_BFB2)

Dual-bank boot enable

Definition at line 380 of file stm32l4xx_hal_flash.h.