Part Number: AM5K2E02
We are developing an embedded system using the TI AM5K2E02 SoC. It will be a bare-metal system and we are writing drivers based on the TI examples.
We need several instances of our system to communicate with each other across PCI-Express. We have successfully sent and received individual Transport Layer Packets.
My problem is sending data that is larger than the max payload size. Is this supported by the underlying PCI-Express device?
Alternatively, do I need to provide a handler that cuts the data into TLP payloads before sending and reassembles it on receipt?
thanks for your help
dan