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.

AM2432: For an Ep device of inbound

Part Number: AM2432

hello expert:

Can I ask you a few questions ?

in "pcie_buf_transfer_ep_am243x-evm_r5fss0-0_nortos_ti-arm-clang"

question1:

For an Ep device of inbound , what is the base address?

If it is a pcie address,I have a question,after the rc device enumeration is complete, the rc device assigns pcie addresses to all EP devices. My understanding is that EP devices cannot specify the PCIE base address by themselves

question2:

What is size and scope of region?

thanks

  • Hi 

    The Lower base address is the PCIe address.

    This is assigned statically here as the address is assigned at built time itself at RC side also.

    It is also possible to assign this after enumeration on reading the remote registers at RC from EP.


    Thanks