This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Handling invalid AXI address requests

I'm working with the Cortex-M on digilent ARTY FPGA platform. I'm wondering how handling invalid address requests happen on a typical system. I'm guessing the address decoder in the AXI crossbar interconnect handles it somehow. Does it return an error condition to the master which raises a busfault? Or does it raise a busfault directly?

There must be a standard way of handling this as any SoC integration handles busfaults resulting from invalid memory accesses. Any guidance would be appreciated.

0