User Activity

I have a problem accessing a SRAM connected via a 16bit databus to the FMC on an STM32F469. The processor is running 168MHz, and the FMC configuration is this: hsram1.Instance = FMC_NORSRAM_DEVICE; hsram1.Extended = FMC_NORSRAM_EXTENDED_DEVICE...
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...