Hi, I used this code to change the boot address in the STM32U575 project:FLASH_OBProgramInitTypeDef OB_Data;/* Unlock Flash Control register and Option Bytes */HAL_FLASH_Unlock();HAL_FLASH_OB_Unlock();OB_Data.OptionType = OPTIONBYTE_USER | OPTIONBYTE...