SMPU and Debug Storage Buffer behaviour

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SMPU and Debug Storage Buffer behaviour

851 Views
avinashsharma
Contributor I

In case of SMPU is enabled along with  HDBCR0[DSB]  = Enabled.

 

e.g.

MPU RGD : 0x40000000 - 0x40000020 : Only Supervisor access is granted

1. In User Mode

2. SWC in user mode tries to write "0x0x40000000 ".

3. Write instruction stored in storage buffer.

4. CPU goes in "Supervisor Mode".

5. Storage Buffer instruction executes.

 

Question: Do we get a MPU exception at Point '5'?

Labels (1)
Tags (1)
1 Reply

675 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

each store buffer entry contains 32-bits of data, 32-bits of address, size information and access attribute information in order to properly drive the attribute output signals on a buffered store access.

Supervisor/user access attribute is included too, so the answer is yes, exception will be triggered in described scenario.

Regards,

Lukas