Hi:
I configure the 6678's PCIe and PC can find the 6678.
| Bar | Address | Size | Note |
| Bar1 | 0x02350000 - 0x0270FFFF | 4MB | PSC and Chip-Level Registers |
| Bar2 | 0x0C000000 - 0x0C3FFFFF | 4MB | MSM |
| Bar3 | 0x10800000 - 0x1087FFFF | 512KB | L2 |
| Bar4 | 0x80000000 - 0x807FFFFF | 8MB | DDR3 |
I can wirte and read Bar2、Bar3 and Bar4. But when i can't write and read Bar1.For example, when i read the address 0 in Bar1, the data is 0xFFFFFFFF, or the address 0x2D0020(that is 0x0262002), the data is also 0xFFFFFFFF.
I write and read the PSC and Chip-Level Registers in CCS, it's all right.
I also change the Bar2 to PSC and Chip-Level Registers and Bar1 to MSM, then i can write and read the Bar1 but i can't write and read Bar2.
Why can't i write and read the PSC and Chip-Level Registers through PCIe at PC?
Thanks!
