I'm using a STM32H745 and running a bootloader on the CM4. In the bootloader I want to set the boot address of the CM7 using the user option bytes. Is this possible and if so, how should I do this?Kind regards
I'm using the following to set the boot address for the M7 core from the M4 core application. But somehow the boot address remains the same. Any suggestions?{
FLASH_OBProgramInitTypeDef OB;
HAL_FLASHEx_OBGetConfig(&OB);
OB.OptionType = OPTIONBYTE...