Question
Unexpected CCM state after using the STM32F4 boot loader
Posted on July 03, 2018 at 12:06
Hello,
We use the STM32F4 boot loader to load a firmware directly to RAM and run from there, and we noticed that, for an unknown reason, the CCMDATARAMEN bit of RCC_AHB1ENR is not set, making the CCM unusable for very early initialization. Setting the bit manually before any access solves the problem. I'm not sure if this is expected behavior (in which case it ought to be documented in the boot loader application note) or a boot loader bug. Our MCU is an STM32F427.
Thanks.
