[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Burst Read in slave mode
I'm currently working on a 32 bits 33 MHz PCI slave.
This slaves uses one BAR for memory access.
This BAR is declared as prefetchable.
When I try to access the slave through "Driver Agent" APIs I only manage to do
burst while writing but not while reading.
How can I have burst for read access ?
Are all the recent chipset able to do burst in read mode ?
Is there special API to use with "Driver Agent" in order to do burst (I use
MemBufferWrite and MemBufferRead) ?
Thanks in advance.