Hello,
Flash drive function is implemented by configuring EB, The EB version is 28.2.0, The RTD version is 2.0.2.


When performing erase or write functions,The corresponding code is copied from Flash to Ram,The driver function test is normal.

Now,I closed the EB project configuration Flash copy to Ram's project. Plan Call C40_Ip_AccessCode function directly. In order to prevent the erase or write function from being accidentally triggered. Generate C40_Ip_AccessCode functions into the RAM interval, Only when flashing the application, the data generated by the compilation of the C40_Ip_AccessCode function is downloaded to the RAM interval through the host computer software, The RAM address is 0x2042DF00.

In the above way, I encountered the following problem.
1)
Error interrupts are triggered when erasing or writing functions.
If the Ram address is set to 0x20002000(DTCM address), The above error problem does not exist.
What is the reason for this?