STM32L486xx HAL User Manual
Defines
FLASH Option Bytes User BOOT1 Type
FLASH

Defines

#define OB_BOOT1_SRAM   ((uint32_t)0x000000)
#define OB_BOOT1_SYSTEM   ((uint32_t)FLASH_OPTR_nBOOT1)

Define Documentation

#define OB_BOOT1_SRAM   ((uint32_t)0x000000)

Embedded SRAM1 is selected as boot space (if BOOT0=1)

Definition at line 418 of file stm32l4xx_hal_flash.h.

#define OB_BOOT1_SYSTEM   ((uint32_t)FLASH_OPTR_nBOOT1)

System memory is selected as boot space (if BOOT0=1)

Definition at line 419 of file stm32l4xx_hal_flash.h.