Why am I getting DSP_EINVALIDARG error from RingIO_create when I try to configure foot-buffer?
DSPLink internally does not allocate separate buffers for RingIO data buffer and RingIO foot-buffer. The RingIO foot-buffer is an extension of the data buffer, and physically contiguous to it in shared memory. If RingIO module were to allocate separate buffers for the data buffer and foot-buffer, they may not be physically contiguous to each other. Hence the total size (RingIO data buffer size + foot-buffer size) is allocated as a single buffer in RingIO_create. The application’s POOL configuration must reflect this requirement, and configure a buffer of size (RingIO data buffer size + foot-buffer size), instead of separate buffers for RingIO data & foot-buffer.
Related Questions
- I am getting the error "Linkage error, conflicting classes." when I try to configure a JBoss 4.2 server in my inventory. How do I fix this?
- When I try to configure my lan device on my s700 I get the error ifconfig: no such interface - why is that?
- Why am I getting DSP_EINVALIDARG error from RingIO_create when I try to configure foot-buffer?