Does STM32F469 bootloader correctly restore used registers to default reset values?
On a STM32F469, when jumping from DFU bootloader to main image, I have seen that the RCC_AHB1ENR register is set to 0x0 and not 0x0010 0000 which it should be after a reset, according to the documentation. This causes the CCM RAM to be disabled.Accor...