Part Number: AM5748
Other Parts Discussed in Thread: SYSBIOS, TEST2
AM5748 - Sysbios - PCIE driver issue:
I am Venkateswara Reddy Embedded Developer in Lekhawireless Solution, Bangalore.
We are using SITARA(AM5748) for one of our new project. Using sysbios(not linux).
PCIE driver is giving the following issue.
HOST/AM5748 is using as PCIE RC mode and trying to communicate with FPGA(which is working as EP).
I am using the example code which was provided in SDK(processor_sdk_rtos_am57xx_08_01_00_09).
Link is happening but data is not sending.
Not clear how to define and use outbound address.
I tried to change outbound address location(0x70000000) and inbound address(0x90000000). Still it is not working.
/* Outbound Base Address for PCIe RC */
#define PCIE_OB_LO_ADDR_RC 0xB0000000 //0x70000000
#define PCIE_OB_HI_ADDR_RC 0
/* Inbound Base Address for PCIe RC */
#define PCIE_IB_LO_ADDR_RC 0xD0000000 //0x90000000
#define PCIE_IB_HI_ADDR_RC 0
Can you please give some more info on these outbound and inbound location.
Thanks and regards,
S. Venkateswara Reddy