Tool/software: TI-RTOS
Hi,
The PCIE Endpoint is expecting 2GB memory when bar0 is read. I have programmed 0xA0000000 as bar address as part of enumeration.
Now I have to do outbound address translation for the same.
In the PCIE example code I see outbound address translation is done with OB size 1MB. In my case as the BAR memory requirement is 2GB, how should i do the OB address translation.
Please let me know.
In AM5728 TRM its mentioned that the outbound window for PCIE transations starts at 0x20000000. as per the example code I want to map 0x21000000 to 0xA0000000(which is bar address i have configured as per 2GB requirement). but in the example code the OBSIZE is 1MB. In my case what OBSIZE I should configure?