This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
The TRM refers to spruim2g.pdf.
TRM "8.1.4.4 Address Alias Prevention" states, "For commands greater than 32 bytes with an address error, each fragment will report an error."
I'm not sure what the above statement does, so I'd like to know what it actually means.
Thank you in advance.
Hi
I am looking at your query. Please expect reply in a day or two.
Regards,
Tushar
The DDR wrapper has the SDRAM_IDX and REGION_IDX parameters to describe the physical size of the DDR on the board. This helps the wrapper determine if an out of range address is trying to be accessed, and can flag it in the AERR bit interrupt register
For example, if you have a 2GByte DDR on the board, the SDRAM_IDX=0xF and REGION_IDX=0xF (ie, the V2A_CTL_REG = 0x1EF). The DDR register configuration tool https://dev.ti.com/sysconfig/?product=Processor_DDR_Config&device=AM64x has parameters to set these appropriately based on your system settings.
Regards,
James