Skip to main content
TreMa
Associate
April 26, 2023
Question

Can we denied access of a peripheral for one of the CPU on the stm32h7 ?

  • April 26, 2023
  • 2 replies
  • 1039 views

Hi,

I am working on the dual core stm32h7 and I wonder if we can prevent one CPU to have access to a peripheral enabled by the other CPU.

There is a way to do this without using MPU protection on the peripheral registers ?

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
April 26, 2023

No

The FPB/DWT might be more amusing than the the MPU...

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
TreMa
TreMaAuthor
Associate
April 27, 2023

Thanks for your anwer !

I'm not sure FPB/DWT can help in my case as i'm not looking for a way to detect a bug ... I want to prevent unwanted access on a peripheral by the CPU which is not responsible of this peripheral to develop a safety mechanism.