Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why am I getting DSP_EINVALIDARG error from RingIO_create when I try to configure foot-buffer?

configure Error foot-buffer Try
0
Posted

Why am I getting DSP_EINVALIDARG error from RingIO_create when I try to configure foot-buffer?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123