cancel
Showing results for 
Search instead for 
Did you mean: 

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

TreMa
Associate

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 ?

2 REPLIES 2

No

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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.