Can I use DSP/BIOS QUE module to manage a buf array, such as Buff[100][250], I read the QUE reference pdf and I find it to difficult to implement, or something I get misunderstand?
I write real-time program, and so to avoid using MALLOC to dynamic request memory, and all memory request replace with global or static data array.
anyone help?