User Activity

I have ported an application 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 MPU before perl...