Reset using syscfg->aircr fails when run from RAM
Running an stm32f407...I have some flash programming bootstrap code that runs in RAM and on completion the device is reset by writing 0x05FA0004 to the syscfg->aircr register. When run from flash this works fine but running it from RAM it ends up at ...