Memory management fault on OTP reading
I have ported an application to STM32H563ZI which uses the OTP area to store a key. MPU is configured. Reading the UID is possible. void Mpu::Config(void) { MPU_Attributes_InitTypeDef attr{}; MPU_Region_InitTypeDef region{}; /* Disable...