STM32L486xx HAL User Manual
Defines
FLASH Option Bytes User SRAM2 Erase On Reset Type
FLASH

Defines

#define OB_SRAM2_RST_ERASE   ((uint32_t)0x0000000)
#define OB_SRAM2_RST_NOT_ERASE   ((uint32_t)FLASH_OPTR_SRAM2_RST)

Define Documentation

#define OB_SRAM2_RST_ERASE   ((uint32_t)0x0000000)

SRAM2 erased when a system reset occurs

Definition at line 436 of file stm32l4xx_hal_flash.h.

#define OB_SRAM2_RST_NOT_ERASE   ((uint32_t)FLASH_OPTR_SRAM2_RST)

SRAM2 is not erased when a system reset occurs

Definition at line 437 of file stm32l4xx_hal_flash.h.