2023-04-26 08:12 AM
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 ?
2023-04-26 02:32 PM
No
The FPB/DWT might be more amusing than the the MPU...
2023-04-27 12:12 AM
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.