Hi,
I'm trying to comprehend the BAR cfg part of the PCIe example of the said RTOS PDK package on an am5728EVM.
There is a function pcieCfgDbi(Pcie_Handle handle, uint8_t enable) (pcie_sample:380) that is misleading to say the least.
It is supposed to set certain PCIe registers RW/RO via DIF. But the enable parameter is never used. It always sets the registers RO.
Since in the example the enable parameter is set to 1 and I interpert that as 'enable read/write' I wonder why the example still seem to work.
Best,
Tim