IPEHARDWARE 424 B

12345678
  1. IPEDMA
  2. ======
  3. - Normally, we are using register 0x5C to get number of buffers configured in the hardware
  4. and check if it is consistent with number of allocated buffers. However, in streaming mode
  5. this does not work at the moment. After writting the buffers, the hardware forgets them
  6. and only stores the current queue of free buffers. Currently, the check is disabled in the
  7. streaming mode. Can we handle it somehow?