This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Usefulness of MPU in a non-OS system

Hi.

We are developing a product which has to achieve some safety requirements. The system is quite simple, non-OS, running in a Privileged mode only on a Cortex-M4. I would like to implement a Memory Protection Unit somehow. Could you please give any advice, in which way could be MPU implemented for that kind of system?

If I am correct, one possibility is to protect system from stack overflow. Any other thoughts?

Thank you

Parents
  • Thanks to both of you for your answers. Now, I understand how MPU can be used and how the registers are defined.

    Niall, I really like a post which you linked. It is very understandable. It seems, that your blog will be useful for other topics, too.

Reply
  • Thanks to both of you for your answers. Now, I understand how MPU can be used and how the registers are defined.

    Niall, I really like a post which you linked. It is very understandable. It seems, that your blog will be useful for other topics, too.

Children