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.
Recently downloaded the 2.0.2 Processor SDK and I have noticed this in the pcie_sample.h file.
/* Do gen2 on all devices except am57xx */
#if !defined(SOC_AM572x) && !defined(SOC_AM572x)
#define GEN2
#endif
I really really hope that is not required. We need GEN2 speed and it seemed to work with the sample code in the previous Processor SDK 2.0.1.
It's also unusual how the same device is tested twice, SOC_AM572x.
Can someone please comment on this?
Biser, I assume you are asking about TI-RTOS vs Linux? We are TI-RTOS on the DSP core.
Hi , DK
AM571x use the same PCIe module?
Does PCIe Gen2 support for AM571x is being deprecated as well?
Best regards,
H.U
I stumbled over this thread and I'm a bit concerned.
We had similar issues with a Keystone I device when advertised RAM bandwidths were silently deprecated without ever mentioning it in the device datasheet. We took the am5728 into account for hw development because of the 10GBps PCIe bandwidth (among other features).
I see that the newest version of the example header does not distinguish between platforms anymore and always uses GEN2. But I'd like to have a final statement on this issue before we dig deeper into development on an probably inapplicable processor family - Maybe enough time has passed to have an answer ready? ;)
Tim,
See the latest Silicon errata http://www.ti.com/lit/er/sprz429j/sprz429j.pdf i925 PCI-Express Gen2 (5.0 GT/s) Operation Not Supported When Operating Junction Temperature <0°C.
So it really depends on your working enviornment of the deisgn.
Regards, Eric