Setting Option Bytes on a new MCU fails on STM32L451RCT6
Hello eveyone,In my code i try to set the BOR level with the following function:/** * Set proper BOR level. */ void setBorLevel(void) { FLASH_OBProgramInitTypeDef optionBytesInit = {0U}; bool_t isBorLevelConfigured; uint32_t borLevel = ...