User Activity

on STM32U575 when I enable the ECC, it is throwing a Hard Fault. I am just doing RAMCFG_Init() & StartECC() as of now. The system keeps resetting. TrustZone is enabled for the project, will that make any difference?
Hello,When I execute StartEcc() in a code without TrustZone enabled, it sets the ECCE & ALE bits of RAM CR as expected. but in my current project even after StartEcc() is executed, ECCE & ALE bits are 0, which means it is not able to turn the ECC fea...