core's MMU generates a transaction with 36-bit target address. it is compared with LAW
MMU_address [0:23] == LAW_LAWBARHn[28:31] + LAWBARLn[0:19]
if it is true for IFC controller then
MMU_address[35:28] ,(AMn[0:15]&MMU_address[27:12]) == BASE_ADDRn[0:7], (BASE_ADDRn[8:23] & AMn[0:15]) is used to enable the chip select.
This mean that we should set the base address of IFC_CSPRn and IFC_CSPRn_EXT so that it should be equal to base address of LAW that is specific for IFC ?
if it is true then what would be address that will go on IFC output address pins?