Forum Discussion
DLiu5
New Contributor
3 months agoWhy the Error Response Slave IP cannot work for Agilex 5 SOC FPGA?
I test the GHRD and corresponding linux image on Terasic DE25-Nano board, however, when I access the FPGA peripheral device, like SW, I use md.l 0x20010060 1 command in U-Boot console, it reports th...
tehjingy_Altera
Regular Contributor
2 months agoHi DLiu5
This is an expected behavior.
Accessing an undefined memory space in the U-boot will cause a Segmentation Fault and a reset is required to resolve the issue.
As for your question on the Error Response Slave IP. The IP will not stop any read/write to undefined memories.
The IP will only trigger an interrupt when an undefined read had occurred and the user will need to react to the undefined transaction.
You could find out more on how the IP reports the error here:
Regards
tehjingy