Hi Giovanni Grondona,
After discussing with the AE team, we analyzed that 0xA0000000-0xDFFFFFFF is none executable region by default (ARM Cortex M4 devices generic user guide chapter 2.2), All instruction fetch is prohibited. User should use MPU to override default setting.

After testing, the "fault" in register windows called "iAccVoil" and its explanation is below.
Instruction access violation flag:
0 = no instruction access violation fault
1 = the processor attempted an instruction fetch from a location that does not permit execution.
This fault occurs on any access to an XN region, even when the MPU is disabled or not present.
So we think it's the root cause of the issue.
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------