FLASH_OBL_LAUNCH is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

FLASH_OBL_LAUNCH macro

Syntax

#define FLASH_OBL_LAUNCH (1 << 13)

References

LocationText
stm32f1x.c:72
#define FLASH_OBL_LAUNCH (1 << 13) /* except stm32f1x series */
stm32g0x.c:75
#define FLASH_OBL_LAUNCH (1 << 13) /* except stm32f1x series */
stm32l4x.h:33
#define FLASH_OBL_LAUNCH BIT(27)
stm32f1x.c:1607
retval = target_write_u32(target, stm32x_get_flash_reg(bank, STM32_FLASH_CR), FLASH_OBL_LAUNCH);
stm32l4x.c:1046