2013-04-10 10:56 AM
Hi all,
As I said previously, I am learning USB and reading and reading again the USB spec. I want to understand the USB dta FIFO. In fact in table ''Data FIFO access register map'', there is an address range. For example for EP0; the range is ''0x1000–0x1FFC
'' My question is: as it is a FIFO should be a set at a single address for read/write (as an example ''0x1000'') and not a range? Thanks2013-04-10 11:58 AM
The inferred behaviour is that it doesn't decode the low order address bits, thus a linear copy across a range, or repeated write to single address, both have the same effect of filling the FIFO.
2015-12-18 01:30 AM
A belated response to Clive1's gem on inferred FIFO behaviour.
Would also be inferred that the core maintains an internal pointer that increments on the write pulse? If so, what core activity or register manipulation would reset that pointer? That is, apart from GRSTCTL involvment.2015-12-18 08:34 AM
> what core activity or register manipulation would reset that pointer?
Write to FIFO size registers, GRXFSIZ, TX0FSIZ and DIEPTXFx Tsuneo