STM32H753 FLASH ECC Question. Always enabled?
Hey there everyone.
I'm currently writing a bootloader for an STM32 device. The ECC functions on the flash controller are important to us, but the datasheet doesn't show whether it has to be enabled or not. And I cannot find any registers with an enable bit for the ECC on the FLASH. My assumption is that this ECC is always on?
Which is in contrast to the ECC on the RAM which has to be enabled in software.
Could anybody with any deeper knowledge clarify for me please? Cheers :)