Hi,
In order to divide RAM into three region, I need to use MPU.
For these three regions, the first region which called safety region save some data which are very important information.
The second region which called isolation region save nothing information, it just use to avoid other region overflow.
The third region which called no safety region save some data which are not important information.
And then I want to ensure that important information can enter safety region accurately
and unimportant information cannot write in safety region.
So,how to certify this demand can be executed by TMS570?
I only know that I can set isolation region become read only region.
But how can I prevent unimportant informations write in safety region?
And the size of RAM is only 256KB.If I want to divide it,
I have to split into eight equal sized non-overlapping subregions.
And these eight subregions own the same permission.
Can I split RAM into several regions which are not subregions?
Maybe I can set different permission to them in this way.
regards,
Cyrus