Hi,
According to AM335x Technical Reference Manual, Memory Map for CPSW_CPDMA has start address : 0x4A10_0800 , and end address : 0x4A10_0BFF
Look into Register CPSW_CPDMA, the TX0_HDP register has offset 0xA00.
CPSW_CPDMA.TX0_HDP address: 0x4A10_0800 + 0xA00 = 0x4A10_1200. Which is greater than the end address of CPSW_CPDMA (0x4A10_0BFF).
Is this a error of AM335x Technical Reference Manual ? or any other thing else ?
Thanks & Regards
Keldy