Hi Peter,
Thanks for the reply.
We do not have HSM or in other words, HSM is disabled. We are trying to use the two 16KB HSM data blocks below like a normal Flash section.
0x00F80000 to 0x00F83FFF -> HSM data block0
0x00F84000 to 0x00F87FFF -> HSM data block1
We are trying to store some information in this before shutdown and are reading from this section after bootup.
We are able to read/write without SMPU enabled (SMPU_0 and SMPU_1). When we enable SMPUs we could not read or write to these addresses. We tried providing access to this address range by configuring the region descriptor in SMPU and provided access to all bus masters in MPC5748G, but still not able to read/write.