We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Mali-G76 is include in RevC ARMvA FVP according to the fast_model_rg documents.
But I can't access Mali-G76 area.
Does anyone know how to bringup Mali IP ?
Hello again, I found an easier workaround. The issue you are seeing is due to the fact that this region expects 32-bit wide accesses.
You can force this in the debugger by defining a memory region:
memory 0x2d000000 +0x04000000 32
And then the debugger can access these addresses as expected:
For convenience, you can put this command in the Debug Configurations > Debugger > Execute debugger commands view so that it runs every time you connect.